You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.Segments3DToSegments2D_AxesPlane
Projects an array of 3D segments onto a plane defined by coordinate axes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void Segments3DToSegments2D_AxesPlane ( IList<FilNet.Segment3D> inSegments3D, FilNet.PlaneType inPlaneType, IList<FilNet.Segment2D> outSegments2D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegments3D | System.Collections.Generic.IList<FilNet.Segment3D> | |||
![]() | inPlaneType | FilNet.PlaneType | |||
![]() | outSegments2D | System.Collections.Generic.IList<FilNet.Segment2D> |
Function Overrides
- Segments3DToSegments2D_AxesPlane(IList<Segment3D>, PlaneType, IList<Segment2D>, Plane3D)
- Segments3DToSegments2D_AxesPlane(IList<Segment3D>, PlaneType, IList<Segment2D>, NullableValue<Plane3D>)