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

Invoke.Points2DToPoints3D_AxesPlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Points2DToPoints3D_AxesPlane
(
	List<Fil.Point2D> inPoints2D,
	Fil.PlaneType inPlaneType,
	float inCoordinateValue,
	List<Fil.Point3D> outPoints3D,
	Optional<Fil.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoints2DSystem.Collections.Generic.List<Fil.Point2D>
inPlaneTypeFil.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outPoints3DSystem.Collections.Generic.List<Fil.Point3D>
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also