HOW TO set all components active and can be exported?
Altair Forum User
Altair Employee
I want to set all components active and can be exported. Why the TCL code below doesn't work?
*createmark comps 1 all;
*marksuppressactive comps 1 0;
*createmark comps 1 all;
*marksuppressoutput comps 1 0;
Regards, Anchor
0
Answers
-
try using:
hm_createmark comps 1 'advanced' 'all';
*marksuppressactive comps 1 0;
hm_createmark comps 1 'advanced' 'all';
*marksuppressoutput comps 1 0;
regards,
0 -
another instance of error due to *createmark ](*,)
0