🎉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

hole detection commands

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

Hi all,

I am trying to write a tcl script which can detect holes in the solid geometry.

For this purpose, I read HyperMesh reference manual, and saw the following commands:

*createmark elems 1 all

*findholesinit elems 1 2 45 0 0

*findholessolid 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0

*findholesend

I executed these commands on a tetra mesh (a solid block with some holes, meshed with tetra elements), and HyperMesh displayed following error:

'Need to first complete Hole Detection preparation'; this runs *findholesinit command '

These commands can be found in the EXAMPLE section of this page at HyperWorks' website:

http://www.altairhyperworks.com/hwhelp/Altair/hw12.0/help//hwdref/hwdref.htm?_findholesinit.htm

I have tested this method with various solid geometries and solid meshes, and always got the same error. Anyone having idea about this issue, kindly give some helpful comments.

Best regards,

Mubeen.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi Mubeen,

     

    try the following:

     

    *createmark elems 1 displayed

    *findholesinit elems 1 3 30 0 0

    *findholessolid 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0

    *findholesend

     

    the example is still a copy/paste bug in the manual. It is the process for shell holes...

     

    Regards,

    Mario