Community login and other support tools will be unavailable Saturday May 3rd 9:00 am to 3:00 pm (EST) due to planned maintenance. Learn More
Is it possible to define parameters that report the three maximum dimensions of a part and then have them listed in a dedicated column in the assembly drawing table?
Ty,
Matteo.
If you have start parts with predefined geometry, you can use feature dimensions to assign stock size. Here's an example:
These relations are linked to the overall dimensions in an extrude within my start part. The first chunk of code assigns the dimensions to three different parameters. The second chunk then parses out which dimension is which. After the dimensions are assigned to my LEN,WID,HEI parameters, they can be shown in repeat regions in a drawing. Keep in mind that this technique requires the users to use subtractive modeling techniques.
There are other ways to accomplish this but this is a pretty simple method that we use.
Ty
Thank you.
I don't think I have anything to show necessarily. I just know that some folks use other methods to assign dimensions to parameters. I've heard of people using Toolkit to calculate the bounding box dimensions and assign them to parameters as an example. We don't do this so I can't really comment on it.
The goal here (unless I'm missing something) is to assign a dimension to a parameter that can be displayed in a table. The assignment methods are what can change. We use relations to tie model dimensions to parameters because it's a simple way that ensures the parameters are up to date with the model.