You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inSegment3D | FilNet.Segment3D | |||
![]() | inPlane | FilNet.Plane3D | |||
![]() | outIntersectionPoint | FilNet.Point3D? |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite plane on input in SegmentPlaneIntersection3D. |