You are here: Start » FIL.NET » FIS.Line2DToLine3D_AxesPlane Method
FIS.Line2DToLine3D_AxesPlane Method
Projects a 2D line onto a plane defined by 3D coordinate axes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void Line2DToLine3D_AxesPlane ( FilNet.Line2D inLine2D, FilNet.PlaneType inPlaneType, float inCoordinateValue, out FilNet.Line3D outLine3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine2D | FilNet.Line2D | |||
![]() | inPlaneType | FilNet.PlaneType | |||
![]() | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]() | outLine3D | FilNet.Line3D |
Function Overrides
- Line2DToLine3D_AxesPlane(Line2D, PlaneType, Single, Line3D, Plane3D)
- Line2DToLine3D_AxesPlane(Line2D, PlaneType, Single, Line3D, NullableValue<Plane3D>)