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