We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
General

General

How to activate/deactivate tabular data rows?

Tagged: N/A

    • FAQFAQ
      Participant

      There is a way in Mechanical to activate/deactivate rows of tabular data for predefined loads using the InternalObject. For example, given the ACT object for a pressure load:
      press.InternalObject.SetPropertyByStep(1, “Active”, True)
      The first argument is the load step number. The 3rd argument is either True or False.