🎉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 know if a component is 3d or 2d using TCL?

User: "Sachi Takalkar"
Altair Community Member
Updated by Sachi Takalkar

I want to select only 2d components from an assembly file

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Adriano_Koga"
    Altair Employee
    Accepted Answer
    Updated by Adriano_Koga

    by 2D component you mean geometry with surface only, or do you mean components that have 2d elements only?

     

    if it is elments, you could use:

    *createmark

    "by config" configsPlace entities on mark_id if they are of the specified config.All element and load config names/IDs are valid.

     

    *createmark elems 1 "by config" tria3 tria6 quad4 quad8