convert_quad_to_spline#

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_scopeScopeDefinition

Scope definition for input quad mesh.

quad_to_spline_paramsQuadToSplineParams

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)