SetNameResults#

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

Results associated with the set name.

Parameters:
model: Model

Model to create a SetNameResults object with default parameters.

warning_code: WarningCode, optional

Warning code associated with the set name of given entity.

assigned_name: str, optional

Assigned name of given entity.

error_code: ErrorCode, optional

Error code associated with the failure of operation.

json_data: dict, optional

JSON dictionary to create a SetNameResults object with provided parameters.

Examples

>>> set_name_results = prime.SetNameResults(model = model)

Methods

SetNameResults.print_default()

Print the default values of SetNameResults object.

SetNameResults.set_default([warning_code, ...])

Set the default values of the SetNameResults object.

Attributes

SetNameResults.assigned_name

Assigned name of given entity.

SetNameResults.error_code

Error code associated with the failure of operation.

SetNameResults.warning_code

Warning code associated with the set name of given entity.