Aveva E3d Macros _hot_
Let’s start simple. Open Notepad and create a file called create_column.mac .
Automate repetitive tasks, enforce design standards, and slash modeling time with custom command scripting. aveva e3d macros
-- Zoom to fit ZOOM FIT
PML TEXT '1. Create Vessel' PML TEXT '2. Create Pipe Support' PML TEXT '3. Run Clash Report' DEFINE CHOICE PROMPT 'Enter choice: ' IF (CHOICE EQ 1) THEN $M create_vessel.mac ENDIF Let’s start simple