check_topology#
- AutoQuadMesher.check_topology(part_id, topo_face_ids, params)#
Check topology for inconsistencies with the given parameters.
- Parameters:
- part_id
int
Id of the Part.
- topo_face_ids
Iterable
[int
] Ids of topofaces.
- params
CheckTopologyParams
Parameters of check topology.
- 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.check_topology(part_id, topo_face_ids, params);