AbstractMeshLoader

class compas.robots.AbstractMeshLoader[source]

Bases: object

Basic contract/interface for all mesh loaders.

Methods

can_load_mesh

Determine whether this loader can load a given Mesh URL.

load_mesh

Load the mesh from the given URL.

load_meshes

Load meshes from the given URL.