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

How to change the default value of the rs.command in the python script

$
0
0

Hi everyone,
I used a script to generate a frame-like model. The basic procedure is ‘create a surface- extrude surface- flow the surface on a circle’. The script works well to generate the model. However, the model has naked edges which should be generated in the ‘flow’ command.
Here is my script of the rs.Command to apply the ‘Flow’ command.
rs.Command(" _Flow _SelID " + str(planarValve) + " _Enter " " _SelID " + str(refLine) + " _SelID " + str(arc) )
If I manually change the ‘stretch value’ to ‘yes’, I will get a perfect closed surface. So anyone knows how to do this in the script?
Many thanks,
Xiao

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 5746

Trending Articles