DefaultMeshLoader

class compas_robots.resources.DefaultMeshLoader[source]

Bases: AbstractMeshLoader

Handles basic mesh loader tasks, mostly from local files.

Attributes:
kwargs (optional): dict

Additional keyword arguments.

Methods

can_load_mesh

Determine whether this loader can load a given mesh URL.

load_meshes

Load meshes from the given URL.