You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.Points3DToPoints2D_AxesPlane

FIL.Points3DToPoints2D_AxesPlane

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
inPlaneTypeFilNet.PlaneType
outPoints2DSystem.Collections.Generic.IList<FilNet.Point2D>
outProjectionPlaneFilNet.NullableValue<FilNet.Plane3D>Plane the input is projected onto. Can be null to skip this parameter calculation.

Function Overrides

See also