DiscreteField(...)
This method creates a DiscreteField object.
Path
mdb.models[name].DiscreteField
Required arguments
- name
A String specifying the repository key.
- defaultValues
A sequence of Floats specifying a sequence of floats specifying the default values.
- fieldType
A SymbolicConstant or an Int specifying the type of data represented by this discrete field. Possible values are SCALAR, ORIENTATION, and PRESCRIBEDCONDITION_DOF.
Optional arguments
- location
A SymbolicConstant or an Int specifying the location of the domain data. Possible values are NODES and ELEMENTS. The default value is NODES.
- dataWidth
An Int specifying the width of the supplied data. The default value is 1.
- data
A DataTableArray object.
- description
A String specifying the description of the field. The default value is an empty string.
- orientationType
A SymbolicConstant specifying the type of the system being described by a discrete field used for an orientation. Possible values are CARTESIAN, CYLINDRICAL, and SPHERICAL. The default value is CARTESIAN.
- partLevelOrientation
A Boolean specifying whether or not the orientations are described in terms of part level coordinates. The default value is OFF.
Return value
A DiscreteField object.
Exceptions
AbaqusException.