convert_quad_to_spline 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 is a beta API. The behavior and implementation may change in future. Examples >>> results = quadToSpline.convert_quad_to_spline(input_scope, quad_to_spline_params)