🎉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

TCL command to identify if 1d elements exist in model

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hi,

Is there a TCL command to identify if 1d elements exist in current model?

Many thanks,

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "vipin_22401"
    Altair Community Member
    Updated by vipin_22401

    Hi Matt,

     

    Try creating an element mark using 'by config' and add all 1d configurations you need, then check for the mark length.

     

    *createmark elems 1 'by config' bar2 bar3 gap rod weld joint plot
    set elem_count [hm_marklength elems 1]