Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

find component ID

ajoy

New member
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 ).


Please suggest a solution.
 
ajoy,


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.
 

Sponsor

Back
Top