Alias syntax help

Hi there,

I’m trying to get two macros to work. I think I’m missing something.

  1. Area command using Meters instead of model units.

_Area _Units=Meter

image

I don’t think this is right, cause it looks like it’s doing a separate command after

  1. Similarly, I want PrintDisplay (alias = PD) to have custom sub options of:

State: toggle
Color: display
Thickness: 100.

What would be the syntax for these macros?

Best,
Jeremy

Hi Jeremy -

! _Area _Units _Meter

! _PrintDisplay _Color _Display _Scale 100 _State _Toggle _Enter

-Pascal

1 Like

Perfect. :slight_smile: