OTK collect dimensions
Aug 24, 2021
12:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 24, 2021
12:17 PM
OTK collect dimensions
I am using Creo Parametric 4.0 M140
How do I differentiate between a dimension that gets created when geometry is modeled and one that is placed as an annotation in 3d model. I am collecting dimensions with pfcModelItemOwner->ListItems(pfcModelItemType::pfcITEM_DIMENSION). My goal is to collect all dimensions, find the ones that have been created as an annotation and then see if any have been removed from a combined state.
How do I differentiate between a dimension that gets created when geometry is modeled and one that is placed as an annotation in 3d model. I am collecting dimensions with pfcModelItemOwner->ListItems(pfcModelItemType::pfcITEM_DIMENSION). My goal is to collect all dimensions, find the ones that have been created as an annotation and then see if any have been removed from a combined state.
Solved! Go to Solution.
ACCEPTED SOLUTION
Accepted Solutions
Aug 24, 2021
05:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
2 REPLIES 2
Aug 24, 2021
05:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 24, 2021
05:28 PM
Aug 24, 2021
05:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 24, 2021
05:35 PM
Thank you so much, that works and makes perfect sense!
