    

 ## On this page

  

 

 # convert\_quad\_to\_spline

 Last update: 17.07.2025 

<a id="ansys.meshing.prime.QuadToSpline.convert_quad_to_spline"></a>

#### QuadToSpline.convert\_quad\_to\_spline(input\_scope, quad\_to\_spline\_params)

Converts fully quad mesh with topology to spline with the given conversion parameters.

- **Parameters:**
    
    **input\_scope**: Scope definition for input quad mesh.
    
    **quad\_to\_spline\_params**: Parameters to convert quad to spline.
- **Returns:**
    
    [`IGAResults`](ansys.meshing.prime.IGAResults.md#ansys.meshing.prime.IGAResults): Returns the IGAResults structure.
- **Return type:**
    
    [`IGAResults`](ansys.meshing.prime.IGAResults.md#ansys.meshing.prime.IGAResults)

### Notes

**This is a beta API**. **The behavior and implementation may change in future**.

### Examples

```pycon
&gt;&gt;&gt; results = quadToSpline.convert_quad_to_spline(input_scope, quad_to_spline_params)

```