You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Intersections » AVL.SegmentPlaneIntersection3D

AVL.SegmentPlaneIntersection3D

Computes the intersection point of a segment in 3D and a plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SegmentPlaneIntersection3D
(
	AvlNet.Segment3D inSegment3D,
	AvlNet.Plane3D inPlane,
	out AvlNet.Point3D? outIntersectionPoint
)

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
inPlaneAvlNet.Plane3D
outIntersectionPointAvlNet.Point3D?

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in SegmentPlaneIntersection3D.

See also