OverlapPairs#
- class ansys.meshing.prime.OverlapPairs(model=None, zone_id0=None, zone_id1=None, json_data=None, **kwargs)#
Provides ids of a pair of overlapping face zonelets.
- Parameters:
- model: Model
Model to create a
OverlapPairs
object with default parameters.- zone_id0: int, optional
Id of one overlapping face zonelet.
- zone_id1: int, optional
Id of other overlapping face zonelet.
- json_data: dict, optional
JSON dictionary to create a
OverlapPairs
object with provided parameters.
Examples
>>> overlap_pairs = prime.OverlapPairs(model = model)
Methods
Print the default values of
OverlapPairs
object.OverlapPairs.set_default
([zone_id0, zone_id1])Set the default values of the
OverlapPairs
object.Attributes
Id of one overlapping face zonelet.
Id of other overlapping face zonelet.