Source code for abaqus.PlotOptions.OdbDataFrame
from abaqusConstants import *
[docs]class OdbDataFrame:
"""The OdbDataFrame object.
Notes
-----
This object can be accessed by:
.. code-block:: python
import visualization
session.odbData[name].steps[i].frames[i]
"""
[docs] def setValues(self, activateFrame: Boolean, update: Boolean = OFF):
"""This method modifies the OdbDataFrame object.
Parameters
----------
activateFrame
A Boolean specifying whether to activate the frame.
update
A Boolean specifying whether to update the model. The default value is ON
"""
pass