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

FIL.SegmentPlaneIntersection3D

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DFilNet.Segment3D
inPlaneFilNet.Plane3D
outIntersectionPointFilNet.Point3D?

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in SegmentPlaneIntersection3D.

See also