🎉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

Get normal direction

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

Hi,

any one can help me in finding the direction of normal to an element.

for ex: if we create a normal to an element using color base or vector basis how to know the vector is in which direction.using command.

looking forward to your replies..

Regards

RAmu

Find more posts tagged with

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

    Hi Ramu,

    You can use hm_getentityvalue for this.

    set Nx [hm_getentityvalue elements $elementid 'normalx' 0]

    same can be implemented for tria elements.

    Hope this will solve the problem.

    Mandar