The PredefinedFieldDisplayOptions object stores settings that specify how assemblies are to be displayed in a particular viewport when
session.viewports[name].assemblyDisplay.predefinedFields=ONThe PredefinedFieldDisplayOptions object has no constructor. When you create a new viewport, the settings are copied from the current viewport.
session.viewports[name].assemblyDisplay.predefinedFieldOptions session.viewports[name].layers[name].assemblyDisplay\ .predefinedFieldOptions
This method modifies the PredefinedFieldDisplayOptions object.
Required arguments
Optional arguments
A Boolean specifying whether temperature field symbols are shown. The default value is ON.
A Boolean specifying whether translational velocity symbols are shown. The default value is ON.
A Boolean specifying whether general field symbols are shown. The default value is ON.
A Boolean specifying whether stress field symbols are shown. The default value is ON.
A Boolean specifying whether hardening field symbols are shown. The default value is ON.
Return value
Exceptions
RangeError.
The PredefinedFieldDisplayOptions object has members with the same names and descriptions as the arguments to the setValues method.