Message 1 of 2
Do something to a selection of dimensions in a model sketch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've found a few forum posts on doing things to model sketch dimensions that use the
ThisApplication.CommandManager.Pick(SelectionFilterEnum.kSketchDimConstraintFilter, "Select dimension")
but is there a good way to just take all the highlighted/selected dimensions in a sketch and do an operation on all the selected dimensions like that?
eg. I'm going to check what custom parameter the dimension is referencing and point it to a different custom parameter.