Skip to main content
6-Contributor
August 24, 2021
Solved

OTK collect dimensions

  • August 24, 2021
  • 1 reply
  • 1395 views
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.

    Best answer by FV_01

    FV_0-1629840471045.png

     

    1 reply

    FV_0117-PeridotAnswer
    August 24, 2021

    FV_0-1629840471045.png

     

    srosell6-ContributorAuthor
    6-Contributor
    August 24, 2021

    Thank you so much, that works and makes perfect sense!