User name:
Password:
Forgot password?
Create an account!
« back
Please log in to write a message.
2. markE (Mar 02, 2010 20.43):
Never mind, for some reason I didn’t think Rhino.LastCreatedObjects would work, but it seems to work fine
1. markE (Mar 02, 2010 18.51):
How would I select a set of objects that are imported by running a script? The script would import some curve objects Call Rhino.Command("-_Import " & CHR(34) & sFileName & CHR(34) & " _Enter",False) I would like the script to select these curves so I could do something with them Thanks