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

FIS.Points3DToPoints2D_AxesPlane Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Points3DToPoints2D_AxesPlane
(
	IList<FilNet.Point3D> inPoints3D,
	FilNet.PlaneType inPlaneType,
	IList<FilNet.Point2D> outPoints2D,
	out FilNet.Plane3D outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
inPlaneTypeFilNet.PlaneType
outPoints2DSystem.Collections.Generic.IList<FilNet.Point2D>
outProjectionPlaneFilNet.Plane3DPlane the input is projected onto.

Function Overrides

See also