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

Invoke.Segment3DToSegment2D_AxesPlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Segment3DToSegment2D_AxesPlane
(
	Fil.Segment3D inSegment3D,
	Fil.PlaneType inPlaneType,
	out Fil.Segment2D outSegment2D,
	Optional<Fil.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inSegment3DFil.Segment3D
inPlaneTypeFil.PlaneType
outSegment2DFil.Segment2D
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also