Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I thought there once was a way to get the edge length of a cross section. I am trying to figure out the cut time for a laser machine and currently we are measuring edge loops on all features.
In addition to the easy tip Bob S recommends, you can also add an analysis feature that records the length of that curve and show that length in your Model Tree. You could also add an annotation that refers to that dimension (see the attached screen grab image).
There is another, and very useful way.
Create a distance or length feature using the distance or length analysis (named Feature_Name in the following example). Select the feature option instead of the quick option from the pull down menu. Create a parameter with the nameof the dimension you'd like to use (Parameter_Name in the following example). Set up a relation such that:
Parameter_Name=distance:fid_Feature_Name
For a length, type length instead of distance. Also be that :fid_is used between distance/length and the feature name. You can now put this parameter in your drawings, which will dynamically update as you change the model. You can also add this parameter to a family table to display the lengths for various sizes. Please note that this feature is sensitive to its location on the model tree, and if you are measuring the cut size between two flats that is not inserted into the flat state it will fail.