convert_hex_to_spline#

HexToSpline.convert_hex_to_spline(input_scope, hex_to_spline_params)#

Converts fully hex mesh with topology to spline.

Parameters:
input_scopeScopeDefinition

Scope definition for input hex mesh.

hex_to_spline_paramsHexToSplineParams

Parameters to convert hex 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 = hexToSpline.ConvertHexToSpline(input_scope, hex_to_spline_params)