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

CreateRegions in rhinoscriptsyntax

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 4120

Trending Articles