ansys.meshing.prime.QuadToSpline Last update: 17.07.2025 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 : Returns the IGAResults structure. Return type: IGAResults Notes This API is a Beta. API Behavior and implementation may change in future. Examples >>> results = quadToSpline.convert_quad_to_spline(input_scope, quad_to_spline_params)