getModel¶
- pyslm.geometry.getModel(models, mid)¶
Returns the Model found from a list of
Modelgiven a model id and build id.- Parameters:
models (
List[Model]) – A list of modelsmid (
int) – The selected model id
- Return type:
Optional[BuildStyle]- Returns:
The BuildStyle if found or
None