CreateIntersectionEdgeLoopsParams#
- class ansys.meshing.prime.CreateIntersectionEdgeLoopsParams(model=None, label_name=None, json_data=None, **kwargs)#
Parameters used to calculate edge loops created by intersection of two groups of face zonelets.
- Parameters:
- model: Model
Model to create a
CreateIntersectionEdgeLoopsParams
object with default parameters.- label_name: str, optional
Label name to be assigned to extracted features.
- json_data: dict, optional
JSON dictionary to create a
CreateIntersectionEdgeLoopsParams
object with provided parameters.
Examples
>>> create_intersection_edge_loops_params = prime.CreateIntersectionEdgeLoopsParams(model = model)
Methods
Print the default values of
CreateIntersectionEdgeLoopsParams
object.Set the default values of the
CreateIntersectionEdgeLoopsParams
object.Attributes
Label name to be assigned to extracted features.