mymesh.tree.OctreeNode.getVertices#

OctreeNode.getVertices()[source]#

Get the coordinates of the 8 vertices of the cube that correspond to the octree node. These are ordered following the hexahedral element node numbering scheme, with the 4 minimum z vertices ordered counter clockwise followed by the 4 maximum z vertices.

Returns:

vertices – Array of vertex coordinates

Return type:

np.ndarray