goØn Posted February 21, 2012 Posted February 21, 2012 Hey guys, I’m currently in the process of creating new tool palettes and all the components blocks I’m storing, I know the weights of, is there a way to add a custom field in the properties box say the weight for example, so I know how much something will weigh by clicking on its properties Thanks Quote
nestly Posted February 21, 2012 Posted February 21, 2012 I think you could assign the weight as an Attribute. Overview of Block Attributes Beyond that, are you trying to obtain the total "weight" of all the objects/blocks selected? Quote
goØn Posted February 21, 2012 Author Posted February 21, 2012 Hi nestly, Thanks for your reply, that very helpful and just what i needed, and beyond that it would be amazing if I could see the weight of everything selected, is this possible ? Regards Quote
nestly Posted February 21, 2012 Posted February 21, 2012 I don't think you'll be able to see a total weight in "Properties" but I'm pretty sure you can get a "sum" of all the attributes in a selection set, but I'm not familiar with how to do it. Quote
goØn Posted February 21, 2012 Author Posted February 21, 2012 ok I understand, at least you've pointed me in the right direction though, i have enough on my plate at the min getting all the attributes together !!!! thanks nestly Quote
eyde Posted February 21, 2012 Posted February 21, 2012 Data extraction will do what you need done. Quote
SLW210 Posted February 22, 2012 Posted February 22, 2012 You might look into using Fields and Tables in AutoCAD. See THIS Quote
goØn Posted February 22, 2012 Author Posted February 22, 2012 Thanks again all the above, really helpful answers here, wasn't expecting such a positive response, the fields and tables will help me out loads, and the data extraction is something i'm going to require as im looking into writing some autolisp functions (never used LISP but i know PASCAL, VB, VB.Net, PHP had a read through the tutorial on this site it seems right up my street) Quote
Dadgad Posted February 22, 2012 Posted February 22, 2012 Hi nestly, Thanks for your reply, that very helpful and just what i needed, and beyond that it would be amazing if I could see the weight of everything selected, is this possible ? Regards You can get the mass and volume of a selection set using MASSPROP. Assuming that they are all made of steel, for instance you would copy either of those two values (they are the same), into your calculator, then Multiply that times .000007850 to ascertain their total weight in kgs.. That would be if your units of measure are millimeters, as the weight of a cubic meter of steel is about 7850kgs. Should they be of different materials then MASSPROP won't be able to help you do this, unlike you select them into like-material sets. 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.