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 get the Element/Node Count in the model without running it?

    • FAQFAQ
      Participant

      For getting the count of elements or nodes, you can use *GET command. Basically, with this you can store the value of count in a parameter. Command for element count of selected elements; *GET, E_COUNT, ELEM,,COUNT Command for node count of selected nodes; *GET, N_COUNT, NODE,,COUNT In above commands, E_COUNT and N_COUNT are parameters name respectively. You can check the values of those parameters under Parameters//Scalar Parameters.