Hello,
I need to import a couple of dxf-Files and arrange them for further process.
Using MacroEditor following command works:
-_import “D:\import\step01.dxf” y i _Enter
Sadly it doesn’t work with Phyton
import rhinoscriptsyntax as rs
rs.Command(’-_import “D:\import\step01.dxf” y i _Enter’)
The system responds:
Command: -_import
Command: d:\import\step01.dxf
Unknown command: d:\import\step01.dxf
Command: y
Unknown command: y
Command: i
Unknown command: i
Help is needed.
Regards, MillingGuy
10 posts - 3 participants