Message 1 of 4
Use Measure.extentsheight on part from top assembly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Im trying to traverse all referenced parts in an assembly and write the extentsheight to the description.
What I'm running into is that Measure.extentsheight is always measuring the extents of the top assembly.
Using something like "oDef.MeasureExtentsHeight" doesnt work. I get the message that measure is not a member of the documentclass.
Is there a different way to approach this?
Perhaps i could add the script to the referenced parts and have it run from the part itself??
Or truly open the Parts and run Measure..
Any ideas are welcome.