I can not fit the script in autocad
errors "pline" not found
point problems .... how to enter the script
0.
errors "pline" not found
point problems .... how to enter the script
0.
if you don't find it in the menus, just type _script in the command window and press enter. This should fire up the "select script file" dialog.
make sure that there is an underscore like _pline
This will tell Autocad to use the international command, not the localised version (for example plinie for the german version). Make also sure to set _snap, _grid and _ortho to off to avoid undesired results.
This will tell Autocad to use the international command, not the localised version (for example plinie for the german version). Make also sure to set _snap, _grid and _ortho to off to avoid undesired results.
- Status
- Not open for further replies.