You are here: Start » FIL.NET » Invoke.Segment2DToSegment3D_AxesPlane

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
inSegment2DFil.Segment2D
inPlaneTypeFil.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outSegment3DFil.Segment3D
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also