    

 ## On this page

  

 

 # CreateIntersectionEdgeLoopsParams

 Last update: 17.07.2025 

### *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

```pycon
&gt;&gt;&gt; create_intersection_edge_loops_params = prime.CreateIntersectionEdgeLoopsParams(model = model)

```

### Methods

NameDescription[`CreateIntersectionEdgeLoopsParams.print_default`](ansys.meshing.prime.CreateIntersectionEdgeLoopsParams.print_default.md#ansys.meshing.prime.CreateIntersectionEdgeLoopsParams.print_default)()Print the default values of `CreateIntersectionEdgeLoopsParams` object.[`CreateIntersectionEdgeLoopsParams.set_default`](ansys.meshing.prime.CreateIntersectionEdgeLoopsParams.set_default.md#ansys.meshing.prime.CreateIntersectionEdgeLoopsParams.set_default)(\[...\])Set the default values of the `CreateIntersectionEdgeLoopsParams` object.### Attributes

NameDescription[`CreateIntersectionEdgeLoopsParams.label_name`](ansys.meshing.prime.CreateIntersectionEdgeLoopsParams.label_name.md#ansys.meshing.prime.CreateIntersectionEdgeLoopsParams.label_name)Label name to be assigned to extracted features.