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.

Get Active model in the given assembly

I would use -
ProSolidFeatVisit() - to Loop through each of the assembly component.In Action function of it use following API to get status.

ProFeatureStatusGet().

It returns -
PRO_FEAT_ACTIVE&nb sp; = 0, /* feature is active */
PRO_FEAT_INACTIVE& nbsp;= 1, /* feature is in active */

HTH.
Thanks.
 
Hello,


I attached the image file for my requirement,I just highlighted in red color which is the active model in the given assembly.I would like to get the model handle of the activated model in the current assembly.I tried with the SolidVisit() function it always give the feature status is active for all the components in the assebly even it is activated state or not.


Plz let me know any one done work around to get the active model handle.


Kishore V
 

Sponsor

Articles From 3DCAD World

Back
Top