CadTechJGC184 Posted July 28, 2009 Posted July 28, 2009 How Do I Make An Attribute From Scratch. I Want To Make A Block That I Can Insert And Do A Few Things To Before It Is Inserted. Like Scale, Rotate, Etc. Any Help Would Be Great! Thank You!! Quote
ReMark Posted July 28, 2009 Posted July 28, 2009 Check out this thread. If you look on pages 2 and 3 you'll find links to a three part document entitled Working With Attributes. It might be of some help. http://www.cadtutor.net/forum/showthread.php?t=24585&highlight=working+with+attributes Quote
Lee Mac Posted July 28, 2009 Posted July 28, 2009 Making Attributes from scratch depends upon which method you want to use, VL or AutoLISP. I find VL easier, using vla-addAttribute, adding the attribute to either the Model/Paper space collection, or immediately to the block definition itself. Alternatively, you can use entmake to create the definition. Here is a helpful thread: http://www.cadtutor.net/forum/showpost.php?p=253737&postcount=16 The above will convert text to attribute (making the attribute using entmake). Lee 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.