MeshModel.from_step

classmethod MeshModel.from_step(filepath)

Construct a model from the data contained in a STEP file.

Parameters:
filepathpathlib.Path | str

The path to the step file.

Returns:
Model