tcl command for nodes on a surface?

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hi all,

I have a component which consists solid geometry.

I have meshed it by creating a tcl script (only a couple of commands needed for this).

Now I have to apply constraints and loads on some surfaces of this solid (which is now meshed).

 

I am searching for a tcl command which can give me all the nodes on the surfaces of this meshed component.

 

I know the commands which are used to get nodes from a component, but there exists no such information about how to get the same from surfaces!

 

Kindly advise some hints/methods for this purpose.

 

Best regards,

Mubeen.

Tagged:

Answers

  • tinh
    tinh Altair Community Member
    edited September 2013

    Hi,

    you try *createmark ”by surface”

    and look up in help about this command with many powerful options

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited September 2013

    Hi tinh,

    Tons of thanks for this valuable idea! very helpful indeed.

    Hi,
    you try *createmark ”by surface”
    and look up in help about this command with many powerful options