GetPoint.AddSnapPoints Method

GetPointAddSnapPoints Method

Adds points to the list of osnap points.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int AddSnapPoints(
	Point3d[] points
)
Public Function AddSnapPoints ( 
	points As Point3d()
) As Integer

Parameters

points
Type: Rhino.GeometryPoint3d
An array of points to snap onto.

Return Value

Type: Int32
Total number of snap points.
Remarks
When point osnap is enabled, GetPoint will snap to points in the Rhino model. If you want the user to be able to snap to additional points, then use GetPoint::AddSnapPoints to specify the locations of these additional points.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also