Click or drag to resize
AB4D logo

PlaneProject3DPointsToPlane(IListPoint3D, Rect) Method

Projects a list of 3D position into this 2D plane.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
public List<Point> Project3DPointsToPlane(
	IList<Point3D> positions,
	out Rect bounds
)

Parameters

positions  IListPoint3D
list of 3D position
bounds  Rect
out: Rect with bounds of the 2D plane coordinates

Return Value

ListPoint
List of 2D points
See Also