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

Invoke.Line2DToLine3D_AxesPlane

Projects a 2D line onto a plane defined by 3D coordinate axes.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Line2DToLine3D_AxesPlane
(
	Fil.Line2D inLine2D,
	Fil.PlaneType inPlaneType,
	float inCoordinateValue,
	out Fil.Line3D outLine3D,
	Optional<Fil.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inLine2DFil.Line2D
inPlaneTypeFil.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outLine3DFil.Line3D
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also