GetPointGetSnapPoints Method |
Gets current snap points.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Point3d[] GetSnapPoints()
Public Function GetSnapPoints As Point3d()
Return Value
Type:
Point3dAn array of points.
See Also