You are here: Start » FIL.NET » Invoke.Segment2DToSegment3D_AxesPlane
Projects a 2D segment onto a plane defined by 3D coordinate axes.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void Segment2DToSegment3D_AxesPlane ( Fil.Segment2D inSegment2D, Fil.PlaneType inPlaneType, float inCoordinateValue, out Fil.Segment3D outSegment3D, Optional<Fil.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment2D | Fil.Segment2D | |||
![]() | inPlaneType | Fil.PlaneType | |||
![]() | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]() | outSegment3D | Fil.Segment3D | |||
![]() | outProjectionPlane | Ftl.Optional<Fil.Plane3D> | Plane the input is projected onto. |