Click or drag to resize

GetPointEnableSnapToCurves Method

If you want GetPoint() to try to snap to curves when the mouse is near a curve (like the center point in the Circle command when the AroundCurve option is on), then enable the snap to curves option.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void EnableSnapToCurves(
	bool enable
)

Parameters

enable
Type: SystemBoolean
Whether points should be enabled.
See Also