mymesh.converter.hex2faces#
- mymesh.converter.hex2faces(NodeCoords, NodeConn)[source]#
Extract quadrilateral faces from all elements of a purely 8-Node hexahedral mesh. All faces will be ordered such that the nodes are in counter-clockwise order when viewed from outside of the element. Best practice is to use solid2faces, rather than using hex2faces directly.