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 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.