MeshSolver.from_obj
- classmethod MeshSolver.from_obj(obj, transformation=None)
Create a MeshSolver from an OBJ file.
- Parameters:
- objstr
Path to the OBJ file.
- transformationslist of
compas.geometry.Transformation, optional Transformations to apply to the mesh after loading.
- Returns:
- MeshSolver
A new mesh solver instance.