Change cut view text in CATIA
问题 I'm currently working with CATIA V5, and I want to use Macros (VBA), but I have some problems! My question is: how to change the text of a cut view? (see the picture) I tried to use : myView.Texts.item(1) to access to this "text" but I think that CATIA dont consider it as text ... I want to change this text without the intervention of the user ( without selections), can I do that? 回答1: IME, VBA scripting in drafting workbench is quite tricky at first..."MyTexts" is a collection of DrawingText