Click or drag to resize
AB4D logo

PlaneGetClosestPointOnPlane Method

Returns a Point3D that lies on this plane is the closest to the specified position.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Point3D GetClosestPointOnPlane(
	Point3D position
)

Parameters

position  Point3D
position as Point3D

Return Value

Point3D
Point3D that lies on this plane is the closest to the specified position
See Also