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_scope
ScopeDefinition
Scope definition for input quad mesh.
- quad_to_spline_params
QuadToSplineParams
Parameters to convert quad to spline.
- input_scope
- Returns:
IGAResults
Returns the IGAResults structure.
- Return type:
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)