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