maxscript Posted May 22, 2004 Share Posted May 22, 2004 hey everyone,i am working on a small reserch project,i need to retrive the sizes of diffrent objects in a particular >max file.can anyone know how to get the object sizes ?? like object.pos gives the position is there anything that gives the size of the object?? thank you, maxscript Link to comment Share on other sites More sharing options...
abicalho Posted May 22, 2004 Share Posted May 22, 2004 Obj.min will give you the minimum coordinate of the object, obj.max will give you the max coordinate of the object. Obj.max-Obj.min will give you the 3 sizes of the object [x,y,z]. I suggest you follow the tutorials for MAXScript in the MAXScript help. This will help you with MAXScript. Alexander Link to comment Share on other sites More sharing options...
maxscript Posted May 23, 2004 Author Share Posted May 23, 2004 Actually object.pos gives the position of the object,but what i need is the amount of memory a object occupies on the memory disk.so i know what object is taking what amount od disk space Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now