Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey,
I'm trying to collect measures of components, but don't know how could it work.
I could ask it in a component
H = Measure.ExtentsHeight
But couldn't do it for all of components in assembly
Dim oDoc As AssemblyDocument = ThisDoc.Document
Dim oComps As ComponentOccurrences = oDoc.ComponentDefinition.Occurrences
Dim oComp As ComponentOccurrence
For Each oComp In oComps
H = oComp.Measure.ExtentsHeight
Next
Any ideas?
Thx, Alex
Solved! Go to Solution.