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
)

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>

Function Overrides

See also