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.
流体全般

流体全般

移動境界の重心座標と回転角度

    • FAQFAQ
      Participant

      ダイナミックメッシュモデルで移動後の位置や回転した角度は、Dynamic Mesh Zonesの移動ゾーンのMotion Attributesタブで確認できます。 UDF上ではdynamesh_tools.hをincludeすることで DT_CG(dt)[i]  :重心座標(i=0:x座標、i=1:y座標、i=2:z座標) DT_THETA(dt)[i] :回転角度(i=0:x軸回り、i=1:y軸回り、i=2:z軸回り) の変数にて参照できます。