EdgeAnalysisMode

Returns or modifies edge analysis mode displayed by the ShowEdges command.

Syntax

rhinoscriptsyntax.EdgeAnalysisMode( mode=None )

rhinoscript.application.EdgeAnalysisMode( mode=None )

Parameters

mode

Optional.  Number.  The new display mode.  If omitted, the current display mode is returned.  The available mores are as follows:

0

Display all edges.

1

Display naked edges.

Returns

Number

If mode is not specified, the current edge analysis display mode if successful.

Number

If mode is specified, the previous edge analysis display mode if successful.

Example

import rhinoscriptsyntax as rs

previous_mode = rs.EdgeAnalysisMode(1)

Also See

EdgeAnalysisColor