rodrigo_sjc_sp Posted November 14, 2013 Posted November 14, 2013 How to use the insert command to insert blocks from Zero, and the next be inserted side by side: ex block a block b block c Block a = Position 0 (OK!) Block b = block a + 1cm (position to the right) Block c = block b + 1cm (position to the right) The result is this [bLOCK A] [bLOCK B] [bLOCK C] the code (command "insert" (strcat "*BLOCKA") "0" "1" "0" "1") ;;; how to calculate next point , + 1cm (position to the right) (command "insert" (strcat "*BLOCKB") "0" "1" "0" "1") (command "insert" (strcat "*BLOCKC") "0" "1" "0" "1") Quote
rodrigo_sjc_sp Posted November 14, 2013 Author Posted November 14, 2013 Lee, good afternoon Here the company is blocking this address, you have to pass the real address, or copy and paste the code here? Thank you and sorry for the inconvenience Quote
Lee Mac Posted November 14, 2013 Posted November 14, 2013 Here: http://www.cadtutor.net/forum/showthread.php?27790-Insert-Multiple-blocks-into-drawing&p=441569&viewfull=1#post441569 Quote
rodrigo_sjc_sp Posted November 14, 2013 Author Posted November 14, 2013 I will see your code , thank you lee Quote
BIGAL Posted November 15, 2013 Posted November 15, 2013 Another way is to use excel to create a script for you, you have a column of block names a starting X & Y then just make a new column that combines them just paste the column to the command line. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.