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 命令调用?如何获取有关此命令签名的任何信息?
谢谢,丹尼尔。
是的,安装了 CAA API 和环境的 C++ 应该是可能的:
CATCommand* pCmd = NULL; hr = ::CATAfrStartCommand("CATCoPlyExplodeCmd", pCmd);
我不知道该命令是否需要任何参数。