You are here: Start » FIL.NET » FIS.SegmentPlaneIntersection3D Method
FIS.SegmentPlaneIntersection3D Method
Computes the intersection point of a segment in 3D and a plane.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
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? |


