The UserOutputVariables object specifies the number of user-defined output variables.
import material mdb.models[name].materials[name].userOutputVariables import odbMaterial session.odbs[name].materials[name].userOutputVariables
This method creates a UserOutputVariables object.
mdb.models[name].materials[name].UserOutputVariables session.odbs[name].materials[name].UserOutputVariables
Required arguments
Optional argument
An Int specifying the number of user-defined variables required at each material point. The default value is 0.
Return value
A UserOutputVariables object.
Exceptions
RangeError.
This method modifies the UserOutputVariables object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the UserOutputVariables method.
Return value
Exceptions
RangeError.
The UserOutputVariables object has members with the same names and descriptions as the arguments to the UserOutputVariables method.