You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.Segment2DToSegment3D_AxesPlane
Projects a 2D segment onto a plane defined by 3D coordinate axes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void Segment2DToSegment3D_AxesPlane ( FilNet.Segment2D inSegment2D, FilNet.PlaneType inPlaneType, float inCoordinateValue, out FilNet.Segment3D outSegment3D, NullableValue<FilNet.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment2D | FilNet.Segment2D | |||
![]() | inPlaneType | FilNet.PlaneType | |||
![]() | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]() | outSegment3D | FilNet.Segment3D | |||
![]() | outProjectionPlane | FilNet.NullableValue<FilNet.Plane3D> | Plane the input is projected onto. Can be null to skip this parameter calculation. |
Function Overrides
- Segment2DToSegment3D_AxesPlane(Segment2D, PlaneType, Single, Segment3D)
- Segment2DToSegment3D_AxesPlane(Segment2D, PlaneType, Single, Segment3D, Plane3D)