Enables or disables Rhino's grid snap modeling aid.
Rhino.Snap ([blnEnable])
blnEnable |
Optional. Boolean. The new enabled status, either True or False |
Boolean |
If blnEnable is not specified, then the current grid snap status if successful. |
Boolean |
If blnEnable is specified, then the previous grid snap status if successful. |
If Not Rhino.Snap Then
Rhino.Snap True
End If