We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
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.