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_scope
ScopeDefinition Scope definition for input hex mesh.
- hex_to_spline_params
HexToSplineParams Parameters to convert hex to spline.
- input_scope
- Returns:
- :
IGAResultsReturns the IGAResults structure.
- Return type:
Notes
This is a beta API. The behavior and implementation may change in future.
Examples
>>> results = hexToSpline.ConvertHexToSpline(input_scope, hex_to_spline_params)