Kasper Steenstrup wrote:
Are there any rs."something" that dose the same as CreateRegions command in rhino?
If not, can I use the command to call the command:
import rhinoscriptsyntax as rs s = rs.GetObject("Pick a surface") rs.Command('CreateRegions' + " " + str(s), False) #know that this do not work, just a example
Looking for answer that do not use any manual interaction, other that picking the first surface.
Posts: 3
Participants: 3