    

 ## On this page

  

 

 # SearchByIntersectionResults

 Last update: 20.02.2026 

<a id="ansys.meshing.prime.SearchByIntersectionResults"></a>

### *class* ansys.meshing.prime.SearchByIntersectionResults(model=None, n\_found=None, error\_code=None, json\_data=None, \*\*kwargs)

Results associated with search by face element intersection (face elements interfering with each other).

- **Parameters:**
    
    **model: Model**: Model to create a `SearchByIntersectionResults` object with default parameters.
    
    **n\_found: int, optional**: Number of face elements identified by intersection(face elements interfering with each other).
    
    **error\_code: ErrorCode, optional**: Error code associated with search intersection operation.
    
    **json\_data: dict, optional**: JSON dictionary to create a `SearchByIntersectionResults` object with provided parameters.

### Examples

```pycon
&gt;&gt;&gt; search_by_intersection_results = prime.SearchByIntersectionResults(model = model)

```

### Methods

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

NameDescription[`SearchByIntersectionResults.error_code`](ansys.meshing.prime.SearchByIntersectionResults.error_code.md#ansys.meshing.prime.SearchByIntersectionResults.error_code)Error code associated with search intersection operation.[`SearchByIntersectionResults.n_found`](ansys.meshing.prime.SearchByIntersectionResults.n_found.md#ansys.meshing.prime.SearchByIntersectionResults.n_found)Number of face elements identified by intersection(face elements interfering with each other).