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

Invoke.Line3DToLine2D_AxesPlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Line3DToLine2D_AxesPlane
(
	Fil.Line3D inLine3D,
	Fil.PlaneType inPlaneType,
	out Fil.Line2D outLine2D,
	Optional<Fil.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inLine3DFil.Line3D
inPlaneTypeFil.PlaneType
outLine2DFil.Line2D
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also