powered by CADENAS

Manual

Manual

2.2.8.1. Block [Macros]

In this section Macros are collected:

Macros contain a sequence of instructions or declarations under a certain name, in order to execute these with one simple command (instead of the single commands).

Example:

Macro to encode the part name: _ENCODE_PARTNAME=Application.GetObject("iface.teamcenter").EncodePartName

Instead of using "Application.GetObject("iface.teamcenter").EncodePartName" you can simply execute "_ENCODE_PARTNAME".

Basically it is recommended to declare encompassing used macros in ifacecommon.cfg, otherwise in the respective specific configuration file.