Skip to main content
1-Visitor
May 14, 2019
Question

Highlight section dimension using protoolkit

  • May 14, 2019
  • 1 reply
  • 5155 views

Hello

 

We need to highlight specific dimension from sketch of extrude. How to highlight the same?

 

If we go through feature dimension visit, ProFeatureDimensionVisit() we can get dimension handle which can be converted to selection and then we can use ProSelectionHighlight(). Issue with this approach is the identification of dimension type. Whether dimension is section dimension or not.

 

Another way is to get section from feature using ProFeatureSectionCopy(). Post this, we can get section Dimension IDs using ProSecdimIdsGet(). But here we are not able to get handler of section dimension to convert it to selection object to highlight the same.

 

Any thought would be of great help.

 

We are having Creo 4.0 M030.

 

Feel free to ask for any clarification.

 

Regards

Ketan

1 reply

1-Visitor
May 21, 2019

I am still unable to find a way ahead for this. Any hint would also be helpful.

May 21, 2019

ProSectionDimensionIdsGet

1-Visitor
May 21, 2019

that I already used. How to get selection of dimension handler? Sec dimension ID is only available, not dimension handler.