🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to select 2 different spring element types

User: "evsm1982"
Altair Community Member
Updated by evsm1982

Hello all,

 

I have one Optistruct model that contains 3 spring element types (CBUSH, CELAS1, CELAS2).

 

I need to select all spring elements CBUSH and CELAS2 from my model.

 

By using this command: *createmark elems 2 'by config' 21 I select all springs from my model.

 

Is there any way to select all CBUSH and CELAS2 entities from my model?

 

Thank you!

 

 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi

    You have to use 'by config type' instead of 'by config' 

    Looking for its arguments in hypermesh reference help about *createmark command

    User: "evsm1982"
    Altair Community Member
    OP
    Updated by evsm1982

    It works!

     

    Thank you.