Check if a feature exists

IF_@ FEAT_EXIST Model feature_name

...

END_IF_@

Model = "Model name" | THIS | THIS_# | ASSEMBLY

--> Model name = can be defined through USER_SELECT by entering the chosen variable

--> # = Component ID (Only in assemblies)

 

Example:

IF_1 FEAT_EXIST THIS CS0

...

END_IF_1