C#通过API将文本添加到CatiaV5中的图纸中-无法引用DrawingDocument

我正在尝试通过API将文本字段添加到CatiaV5中打开的图形中。尽管我能够启动Catia,但是即使我添加了引用DRAFTINGITF.tlb文件,也无法打开Drawing我无法引用DrawingDocument,DrawingText类。还有什么我需要做的。我以前创建了可以正常使用的功能,但是现在在重建之后也无法使用。

C#通过API将文本添加到CatiaV5中的图纸中-无法引用DrawingDocument

C#通过API将文本添加到CatiaV5中的图纸中-无法引用DrawingDocument

提前谢谢。

dmayahot777 回答:C#通过API将文本添加到CatiaV5中的图纸中-无法引用DrawingDocument

struct player {
    string name;
    string surname;
    int goals = 0;
    string tim;
};
本文链接:https://www.f2er.com/2552641.html

大家都在问