Hello, unfortunately our script no longer works.
The following line causes problems
Dim strFile : strFile = Rhino.OpenFileName(“Wähle DWG”, “DWG Files (.dwg)|.dwg||”, “dwg”)
Dim strCmd : strCmd = "_-Insert _File=Yes " & Chr(34) & strFile & Chr(34) & " " & “_ENTER _ENTER 0,0,0 _ENTER _ENTER”
Rhino.Command strCmd
The command to insert the File has changed in Rhino7 i think but i can’t get it to work.
Please help
Thanks in Advance
Regards
3 posts - 2 participants