AbstractMeshLoader.load_mesh

AbstractMeshLoader.load_mesh(url)[source]

Load the mesh from the given URL.

Deprecated since version 1.13.3: Use load_meshes() instead.

Parameters

url (str) – Mesh URL

Returns

compas.datastructures.Mesh – Instance of a mesh.