delete_parts#

Model.delete_parts(part_ids)#

Delete parts and their contents.

Parameters:
part_idsIterable[int]

IDs of parts to delete.

Returns:
:
DeleteResults

Results from deleting parts and their contents.

Return type:

DeleteResults

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

Mesh a set of solder balls (beta)

Mesh a set of solder balls (beta)