AbstractMeshLoader

class compas.robots.AbstractMeshLoader[source]

Bases: object

Basic contract/interface for all mesh loaders.

Methods

__init__

Initialize self.

can_load_mesh(url)

Determine whether this loader can load a given Mesh URL.

load_mesh(url)

Load the mesh from the given URL.