Help with Editing Selected Model in macro

Help with Editing Selected Model in macro

josh.cowley.ctd
Contributor Contributor
453 Views
2 Replies
Message 1 of 3

Help with Editing Selected Model in macro

josh.cowley.ctd
Contributor
Contributor

I'm working on a set up macro and I need to select only one model to calculate my stock. I have tried this a bunch of different ways all with different failures.

I have

ENTITY LIST $MODEL = INPUT ENTITY MULTIPLE MODEL "SELECT MODEL"

EDIT MODEL "$MODEL" SELECT SURFACE

I need the selected model from drop down to be used on above line, this way it tells me model $MODEL doesn't exist.

 

If anyone can show me how to do that, I would greatly appreciate it

Thanks

 

0 Likes
Accepted solutions (1)
454 Views
2 Replies
Replies (2)
Message 2 of 3

kevin.hammond3WX4X
Advocate
Advocate
Accepted solution
ENTITY LIST $MODEL = INPUT ENTITY MODEL "SELECT MODEL"
EDIT MODEL $Model.name SELECT All

Lose 'multiple'
Message 3 of 3

josh.cowley.ctd
Contributor
Contributor

That worked perfectly

Thank you very much for your assistance!

0 Likes