Here is a basic macro script that creates a standard horizontal vessel:
: Save your commands in a text file with a .pml or .mac extension.
. Perform the action manually in the 3D canvas, and watch the Command Line or log file to see exactly what code E3D generated. Copy, paste, and tweak that code into your macro! Moving Beyond the Basics Once you’re comfortable with basic files, explore
Stop modeling one beam at a time. Start automating.
NEW EQUIP EQUIP NAME '!NAME' NEW PRIMITIVE PRIM TYPE CYLINDER PRIM DIAMETER OUTER !DIAMETER PRIM HEIGHT !HEIGHT PRIM DONE
$M create_cyl.mac 3000 8000 MY-TANK
Effective automation requires discipline. Here are some best practices:
Here is a basic macro script that creates a standard horizontal vessel:
: Save your commands in a text file with a .pml or .mac extension. aveva e3d macros
. Perform the action manually in the 3D canvas, and watch the Command Line or log file to see exactly what code E3D generated. Copy, paste, and tweak that code into your macro! Moving Beyond the Basics Once you’re comfortable with basic files, explore Here is a basic macro script that creates
Stop modeling one beam at a time. Start automating. aveva e3d macros
NEW EQUIP EQUIP NAME '!NAME' NEW PRIMITIVE PRIM TYPE CYLINDER PRIM DIAMETER OUTER !DIAMETER PRIM HEIGHT !HEIGHT PRIM DONE
$M create_cyl.mac 3000 8000 MY-TANK
Effective automation requires discipline. Here are some best practices: