You are here: Start » FIL.NET » Invoke.ProjectLineOntoPlane3D
Projects a line 3D onto a plane.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ProjectLineOntoPlane3D ( Fil.Line3D inLine3D, Fil.Plane3D inPlane, out Fil.Line3D outLineOnPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine3D | Fil.Line3D | |||
![]() | inPlane | Fil.Plane3D | |||
![]() | outLineOnPlane | Fil.Line3D | Line in 3D projected on a plane orthogonally. |