detect_and_treat_features#

AutoQuadMesher.detect_and_treat_features(part_id, topo_face_ids, params)#

Detect features in topology and treat them with given parameters.

Parameters:
part_idint

Id of the Part.

topo_face_idsIterable[int]

Ids of topofaces.

paramsDetectAndTreatFeaturesParams

Parameters of detect and treat features.

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.detect_and_treat_features(part_id, topo_face_ids, params);