Hello,
is it possible to get the projected position over a face element of a a mesh?
I notice this function of smesh ProjectPoint(x, y, z, elementType, meshObject=None)
but correct me if I am wrong, I need to create a meshObject (so a group that only contains the desired face element to project on?) each time? is there any other way around? I have the ID of the face where I want to project on.
thanks in advance