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_id
int
Id of the Part.
- topo_face_ids
Iterable
[int
] Ids of topofaces.
- params
DetectAndTreatFeaturesParams
Parameters of detect and treat features.
- part_id
- Returns:
AutoQuadMesherResults
Returns the AutoQuadMesherResults structure.
- Return type:
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);