I everyone, I have a similar problem, so I'll post it herein.
I'm also trying to build a batch file in order to quickly change my model.
So I build a batch file with the name "name.bch" and the exact following content:
Code: Select all
Geometry Create Point
FNoJoin 0,0,0
FNoJoin 0,30,0
FNoJoin 0,120,0
FNoJoin 0,150,0
FNoJoin 0,0,30
FNoJoin 0,30,30
FNoJoin 0,120,30
FNoJoin 0,150,30
FNoJoin 0,0,120
FNoJoin 0,30,120
FNoJoin 0,120,120
FNoJoin 0,150,120
FNoJoin 0,0,150
FNoJoin 0,30,150
FNoJoin 0,120,150
FNoJoin 0,150,150
Mescape
Zoom Frame
Rotate Angle 45 45
Geometry Create Line
Join
1 2 3 4
escape
5 6 7 8
escape
9 10 11 12
escape
13 14 15 16
escape
1 5 9 13
escape
2 6 10 14
escape
3 7 11 15
escape
4 8 12 16
Mescape
Utilities Copy Lines DoExtrude Lines MaintainLayers MCopy 12 Translation FNoJoin 0,0,0 FNoJoin 50,0,0
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Zoom Frame
Mescape
When I run this code as File>Import>Batch file... it applies all the commands except those related with view options (Zoom Frame and Rotate Angle 45 45).
When I run this code as Utilities>Tools>Read batch window... it only runs up to the command "Geometry Create Line". After this point it doesn't create the lines, so all the remaining code becomes senseless.
Can anyone help me on this?
Thanks in advance,
Mario