You are here: Start » FIL.NET » FIS.Segments3DToSegments2D_AxesPlane Method
FIS.Segments3DToSegments2D_AxesPlane Method
Projects an array of 3D segments onto a plane defined by coordinate axes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void Segments3DToSegments2D_AxesPlane ( IList<FilNet.Segment3D> inSegments3D, FilNet.PlaneType inPlaneType, IList<FilNet.Segment2D> outSegments2D, NullableValue<FilNet.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegments3D | System.Collections.Generic.IList<FilNet.Segment3D> | |||
![]() | inPlaneType | FilNet.PlaneType | |||
![]() | outSegments2D | System.Collections.Generic.IList<FilNet.Segment2D> | |||
![]() | outProjectionPlane | FilNet.NullableValue<FilNet.Plane3D> | Plane the input is projected onto. Can be null to skip this parameter calculation. |
Function Overrides
- Segments3DToSegments2D_AxesPlane(IList<Segment3D>, PlaneType, IList<Segment2D>)
- Segments3DToSegments2D_AxesPlane(IList<Segment3D>, PlaneType, IList<Segment2D>, Plane3D)