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

Dummy export question

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 5800