Hallo,
es gibt da eine Möglichkeit, allerdings mit Einschränkungen.
Aus der V5 Automation.chm (Eigenschaft des Objektes "DrawingDocument"):
Property Standard( ) As CatDrawingStandard
Returns or sets the drawing standard of the drawing document.
Example:
This example sets the drawing standard of the active document, supposed to be a drawing document, to ISO.
CATIA.ActiveDocument.Standard = catISO
Die Einschränkung besteht darin das man hier nur aus einer Enumeration auswählen kann.
Wiederrum aus der Automation.chm:
CatDrawingStandard (Enumeration)
enum CatDrawingStandard {catANSI,catISO,catJIS}
The standard for the drawing document.
Values:
catANSI The standard is ANSI
catISO The standard is ISO
catJIS The standard is JIS
Gruß
Randle
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP