HOW TO set all components active and can be exported?

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2011

    try using:

    hm_createmark comps 1 'advanced' 'all';

    *marksuppressactive comps 1 0;

    hm_createmark comps 1 'advanced' 'all';

    *marksuppressoutput comps 1 0;

    regards,

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited May 2011

    another instance of error due to *createmark ](*,)