WrapResult#

class ansys.meshing.prime.WrapResult(model=None, warning_codes=None, error_code=None, id=None, name=None, json_data=None, **kwargs)#

Result structure associated to Wrap operation.

Methods

WrapResult.print_default()

Print the default values of WrapResult.

WrapResult.set_default([warning_codes, ...])

Set the default values of WrapResult.

Attributes

WrapResult.error_code

Error code associated with a wrap operation.

WrapResult.id

Id of the wrapper part created.

WrapResult.name

Name of wrapper part created.

WrapResult.warning_codes

Warning codes associated with the wrap operation.