baobab123
Guest
Hello everyone,
I have to create a command on autocad 2012 that allows me to create a figure or more closed 2d figures (retangle, circle, polygon), that can save them as blocks (even more 2d shapes together) and finally insert them on the model. I created a command through the user interface command (_cui) and allows me to create a single rectangle, allows me to create a single block and insert a single rectangle. how do I comntinuate the creation of 2d elements until I have reached the necessary number and create the number of required blocks and insert more than one at a time? ? ? ?
cmq the macro that I wrote in the command is this: *^c^c_rectang\\\^c^c_block\\\\\\^c^c_insert
I have to create a command on autocad 2012 that allows me to create a figure or more closed 2d figures (retangle, circle, polygon), that can save them as blocks (even more 2d shapes together) and finally insert them on the model. I created a command through the user interface command (_cui) and allows me to create a single rectangle, allows me to create a single block and insert a single rectangle. how do I comntinuate the creation of 2d elements until I have reached the necessary number and create the number of required blocks and insert more than one at a time? ? ? ?
cmq the macro that I wrote in the command is this: *^c^c_rectang\\\^c^c_block\\\\\\^c^c_insert