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

FIL.Points2DToPoints3D_AxesPlane

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Points2DToPoints3D_AxesPlane
(
	IList<FilNet.Point2D> inPoints2D,
	FilNet.PlaneType inPlaneType,
	float inCoordinateValue,
	IList<FilNet.Point3D> outPoints3D,
	out 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.Plane3DPlane the input is projected onto.

Function Overrides

See also