You are here: Start » FIL.NET » Invoke.SegmentPlaneIntersection3D
Computes the intersection point of a segment in 3D and a plane.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SegmentPlaneIntersection3D ( Fil.Segment3D inSegment3D, Fil.Plane3D inPlane, Conditional<Fil.Point3D> outIntersectionPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment3D | Fil.Segment3D | |||
![]() | inPlane | Fil.Plane3D | |||
![]() | outIntersectionPoint | Ftl.Conditional<Fil.Point3D> |