defeature_topology#

AutoQuadMesher.defeature_topology(part_id, topo_face_ids, params)#

Defeature topology with given parameters.

Parameters:
part_idint

Id of the Part.

topo_face_idsIterable[int]

Ids of topofaces.

paramsDefeatureTopologyParams

Parameters of defeature topology.

Returns:
AutoQuadMesherResults

Returns the AutoQuadMesherResults structure.

Return type:

AutoQuadMesherResults

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> autoQuadMesher = AutoQuadMesher(model=model)
>>> results = autoQuadMesher.defeature_topology(part_id, topo_face_ids, params);