IGAResults#

class ansys.meshing.prime.IGAResults(model=None, error_code=None, warning_code=None, spline_ids=None, json_data=None, **kwargs)#

Results of IGA operations.

Methods

IGAResults.print_default()

Print the default values of IGAResults.

IGAResults.set_default([error_code, ...])

Set the default values of IGAResults.

Attributes

IGAResults.error_code

Error code if IGA operation is unsuccessful.

IGAResults.spline_ids

Ids of the created spline.

IGAResults.warning_code

Warning code if IGA operation is partially successful.