Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.
In an assembly i am selecting a hole feature using <i style="font-style: italic;">ProSelect[/i] ,how can i get the component ID of the owner (Feat ID of the part ).
With the returned ProSelection object from ProSelect() convert it to a model item (feature) by calling ProSelectionModelitemGet(). The ProModelitem(ProFeature) object contains an id member. This is the feature id.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.