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

Invoke.Segments3DToSegments2D_AxesPlane

Projects an array of 3D segments onto a plane defined by coordinate axes.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Segments3DToSegments2D_AxesPlane
(
	List<Fil.Segment3D> inSegments3D,
	Fil.PlaneType inPlaneType,
	List<Fil.Segment2D> outSegments2D,
	Optional<Fil.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inSegments3DSystem.Collections.Generic.List<Fil.Segment3D>
inPlaneTypeFil.PlaneType
outSegments2DSystem.Collections.Generic.List<Fil.Segment2D>
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also