delete_parts#
- Model.delete_parts(part_ids)#
Delete parts and their contents.
- Parameters:
- part_ids
Iterable[int] IDs of parts to delete.
- part_ids
- Returns:
- :
DeleteResultsResults from deleting parts and their contents.
- Return type:
Examples
>>> results = model.delete_parts(part_ids)
Examples using Model.delete_parts#
Mesh a pipe T-section for structural thermal and fluid flow analysis
Mesh a pipe T-section for structural thermal and fluid flow analysis