@ricardo.eira wrote:
I have a dummy question, Why does not this command work?
import rhinoscriptsyntax as rs
id= rs.GetObjects("")
filepath= “”“C:\Users\partcad\test.3dm”""
s=rs.Command("_Export_SelID " + str(id) + str(filepath) + " _Enter" )
print s
Posts: 2
Participants: 2