🎉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

Select faces in a TCL script

Hi everybody,

I'm programming a macro which attempts to build a bearing. I try to drag some elements in TCL but don't know how. If i create faces and drag them in hypermesh and copy the command.cmf lines to the script, macro selects the ID faces. I can't do it in this way because if I change the geometry probably ID faces may change too.

 

Anyone know what to do? :)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20'>

Find more posts tagged with

Sort by:
1 - 1 of 11
    tinhUser: "tinh"
    Altair Community Member
    Updated by tinh

    Hi

    hm always select faces by ID, so you must do by that way <img class=" data-emoticon="true" src="src" />/emoticons/default_angry.png' title=':angry:'>

    just after create faces, get its ID by : set face_id [hm_latestentityid surfs 0]