 |
PlaneProject3DPointsToPlane(IListPoint3D, Rect) Method |
Projects a list of 3D position into this 2D plane.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntaxpublic 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
ListPointList of 2D points
See Also