Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C ++ catiaコマンドから呼び出すことは可能ですか?このコマンドの署名に関する情報を取得するにはどうすればよいですか?
ありがとう、ダニル。
はい、CAAAPIと環境がインストールされたC++から可能である必要があります。
CATCommand* pCmd = NULL; hr = ::CATAfrStartCommand("CATCoPlyExplodeCmd", pCmd);
ただし、そのコマンドが引数を取るかどうかはわかりません。