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.
構造全般

構造全般

モデルを実行せずに要素/節点数を取得する方法を教えてください。

    • FAQFAQ
      Participant

      要素または節点の数を取得するには、*GETコマンドを使用できます。基本的に、このコマンドを使用してカウント値をパラメータに格納できます。 選択した要素の要素数を取得するコマンド: *GET, E_COUNT, ELEM,,COUNT 選択した節点の節点数を取得するコマンド: *GET, N_COUNT, NODE,,COUNT 上記のコマンドで、E_COUNTおよびN_COUNTはそれぞれのパラメータ名です。これらのパラメータの値は、[Parameters]//[Scalar Parameters]で確認できます。