Returns or modifies edge analysis mode displayed by the ShowEdges command.
rhinoscriptsyntax.EdgeAnalysisMode( mode=None )
rhinoscript.application.EdgeAnalysisMode( mode=None )
mode |
Optional. Number. The new display mode. If omitted, the current display mode is returned. The available mores are as follows:
|
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. |
import rhinoscriptsyntax as rs
previous_mode = rs.EdgeAnalysisMode(1)