    

 ## On this page

  

 

 # convert\_hex\_to\_spline

 Last update: 20.02.2026 

<a id="ansys.meshing.prime.HexToSpline.convert_hex_to_spline"></a>

#### HexToSpline.convert\_hex\_to\_spline(input\_scope, hex\_to\_spline\_params)

Converts fully hex mesh with topology to spline.

- **Parameters:**
    
    **input\_scope**: Scope definition for input hex mesh.
    
    **hex\_to\_spline\_params**: Parameters to convert hex 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 = hexToSpline.ConvertHexToSpline(input_scope, hex_to_spline_params)

```