Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
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.