Planar

Enables or disables Rhino's planar modeling aid.

Syntax

rhinoscriptsyntax.Planar( enable=None )

rhinoscript.application.Planar( enable=None )

Parameters

enable

Optional.  Boolean.  The new enabled status, either True or False

Returns

Boolean

If enable is not specified, then the current planar status if successful.

Boolean

If enable is specified, then the previous planar status if successful.

Example

import rhinoscriptsyntax as rs

if not rs.Planar(): rs.Planar(True)

Also See

Ortho

Osnap

Snap