You are here: Start » FIL.NET » FIS.Points2DToPoints3D_AxesPlane Method

FIS.Points2DToPoints3D_AxesPlane Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Points2DToPoints3D_AxesPlane
(
	IList<FilNet.Point2D> inPoints2D,
	FilNet.PlaneType inPlaneType,
	float inCoordinateValue,
	IList<FilNet.Point3D> outPoints3D,
	NullableValue<FilNet.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoints2DSystem.Collections.Generic.IList<FilNet.Point2D>
inPlaneTypeFilNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
outProjectionPlaneFilNet.NullableValue<FilNet.Plane3D>Plane the input is projected onto. Can be null to skip this parameter calculation.

Function Overrides

See also