RosFileServerLoader.load_mesh
- RosFileServerLoader.load_mesh(url)[source]
Load the mesh from the given URL.
Deprecated since version 0.23: Use
load_meshes()instead.- Parameters:
- urlstr
Mesh URL
- Returns:
compas.datastructures.MeshInstance of a mesh.
Load the mesh from the given URL.
Deprecated since version 0.23: Use load_meshes() instead.
Mesh URL
compas.datastructures.MeshInstance of a mesh.