Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Has anyone discovered a method to show all feature dimensions for multiple features? Ideally it would behave similar to the snippet shown below. Currently have my code making the dimensions from sketches available, but unfortunately there are times when the necessary dimension are associated only with the 3D feature.
foreach (PartFeature feature in partdocument.ComponentDefinition.Features) { feature.FeatureDimensions.Show(); }
Solved! Go to Solution.