GetPoint.EnableObjectSnapCursors Method

GetPointEnableObjectSnapCursors Method

Enables or disables object snap cursors. By default, object snap cursors are enabled.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void EnableObjectSnapCursors(
	bool enable
)
Public Sub EnableObjectSnapCursors ( 
	enable As Boolean
)

Parameters

enable
Type: SystemBoolean
If true then object snap cursors (plus sign with "near", "end", etc.) are used when the point snaps to a object.
Version Information

Rhino for Windows

Supported in: 6.14
See Also