pymeshfix.PyTMesh.return_arrays#

PyTMesh.return_arrays()#

Return vertex and face arrays of the mesh.

Returns:

  • numpy.ndarray – Points array.

  • numpy.ndarray – Faces array.

Examples

>>> points, faces = tin.return_arrays()