Aveva: E3d Macros

: Type $M /path/to/your/macro.mac in the command console. 3. Advanced Macro Features

Engineers often need to understand how sensitive a result (e.g., the distance to the Lower Flammable Limit, LFL) is to uncertain inputs (e.g., the surface roughness of the terrain). aveva e3d macros

To build effective guides, you need to master these three areas: : Used to store data. !name = 'Pump-01' (String) !count = 10 (Real) Queries : Fetching information from the 3D model. Q NAME (Query the name of the current element) !pos = POSITION (Store the coordinates) Control Logic : Using if statements and loops. if (!count gt 5) then $P The count is high! endif Use code with caution. Copied to clipboard 4. PML Forms and Menus : Type $M /path/to/your/macro