The BCDisplayOptions object stores settings that specify how assemblies are to be displayed in a particular viewport when
session.viewports[name].assemblyDisplay.bcs=ONThe BCDisplayOptions object has no constructor. When you create a new viewport, the settings are copied from the current viewport.
session.viewports[name].assemblyDisplay.bcOptions session.viewports[name].layers[name].assemblyDisplay.bcOptions
This method modifies the BCDisplayOptions object.
Required arguments
Optional arguments
A Boolean specifying whether displacement symbols are shown. The default value is ON.
A Boolean specifying whether velocity symbols are shown. The default value is ON.
A Boolean specifying whether acceleration symbols are shown. The default value is ON.
A Boolean specifying whether symmetry symbols are shown. The default value is ON.
A Boolean specifying whether anti- symmetry symbols are shown. The default value is ON.
A Boolean specifying whether temperature symbols are shown. The default value is ON.
A Boolean specifying whether pore pressure symbols are shown. The default value is ON.
A Boolean specifying whether fluid cavity pressure symbols are shown. The default value is ON.
A Boolean specifying whether acoustic pressure symbols are shown. The default value is ON.
A Boolean specifying whether electric potential symbols are shown. The default value is ON.
A Boolean specifying whether concentration mass diffusion symbols are shown. The default value is ON.
A Boolean specifying whether encastre symbols are shown. The default value is ON.
A Boolean specifying whether pinned symbols are shown. The default value is ON.
Return value
Exceptions
The BCDisplayOptions object has members with the same names and descriptions as the arguments to the setValues method.