|
PlaneGetClosestPointOnPlane Method |
Returns a Point3D that lies on this plane is the closest to the specified position.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public Point3D GetClosestPointOnPlane(
Point3D position
)
Parameters
- position Point3D
- position as Point3D
Return Value
Point3DPoint3D that lies on this plane is the closest to the specified position
See Also