CADsite forum

AutoCAD => Script files => Topic gestart door: Markske op vr 12 12 2003, 15:32:26

Titel: Voorbeeld van een Script-file: "Insert Block"
Bericht door: Markske op vr 12 12 2003, 15:32:26
Insert block:

_cmddia 0 ........... (turns off dialog boxes)
_INSERT ............. (places a named block into the current drawing)
demo_block ........ (the named block)
0,0 ...................... (block insertion point)
1 ......................... (X scale factor)
1 ......................... (Y scale factor)
0 ......................... (rotation angle)
_cmddia 1 .......... (turn on dialog boxes)