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

Invoke.Points3DToPoints2D_AxesPlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Points3DToPoints2D_AxesPlane
(
	List<Fil.Point3D> inPoints3D,
	Fil.PlaneType inPlaneType,
	List<Fil.Point2D> outPoints2D,
	Optional<Fil.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.List<Fil.Point3D>
inPlaneTypeFil.PlaneType
outPoints2DSystem.Collections.Generic.List<Fil.Point2D>
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also