Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

Insert a subfunction in the middle of command?

$
0
0

import rhinoscriptsyntax as rs

ort = rs.Ortho()
rs.Ortho(False)

def on():
rs.Ortho(True)
rs.Command(‘_Leader pause’)

How to insert the open orthogonal effect in the middle of the command command?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles