You are here: Start » FIL.NET » FIS.Segments2DToSegments3D_AxesPlane Method
FIS.Segments2DToSegments3D_AxesPlane Method
Projects an array of 2D segments onto a plane defined by 3D coordinate axes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void Segments2DToSegments3D_AxesPlane ( IList<FilNet.Segment2D> inSegments2D, FilNet.PlaneType inPlaneType, float inCoordinateValue, IList<FilNet.Segment3D> outSegments3D, out FilNet.Plane3D outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegments2D | System.Collections.Generic.IList<FilNet.Segment2D> | |||
![]() | inPlaneType | FilNet.PlaneType | |||
![]() | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]() | outSegments3D | System.Collections.Generic.IList<FilNet.Segment3D> | |||
![]() | outProjectionPlane | FilNet.Plane3D | Plane the input is projected onto. |
Function Overrides
- Segments2DToSegments3D_AxesPlane(IList<Segment2D>, PlaneType, Single, IList<Segment3D>)
- Segments2DToSegments3D_AxesPlane(IList<Segment2D>, PlaneType, Single, IList<Segment3D>, NullableValue<Plane3D>)