CreateMaterialPointResults#

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

Results structure associated with create material point operation.

Methods

CreateMaterialPointResults.print_default()

Print the default values of CreateMaterialPointResults.

CreateMaterialPointResults.set_default([id, ...])

Set the default values of CreateMaterialPointResults.

Attributes

CreateMaterialPointResults.assigned_name

Assigned name of the material point created.

CreateMaterialPointResults.error_code

Error code associated with create material point operation.

CreateMaterialPointResults.id

Id of the material point created.

CreateMaterialPointResults.warning_codes

Warning codes associated with create material point operation.