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