DisplayGroupInstanceRepository object

The DisplayGroupInstanceRepository object stores DisplayGroupInstance objects. In addition to all the standard Python repository methods, the DisplayGroupInstance repository defines additional methods as described below.

The following topics are discussed:

Access

        import visualization
        session.viewports[name].layers[name].odbDisplay.displayGroupInstances
        session.viewports[name].odbDisplay.displayGroupInstances
      

syncOptions(...)

This method synchronizes the display options stored on the OdbDisplay object with the display options stored on the DisplayGroupInstance object.

Required arguments

name

A String specifying the repository key.

Optional arguments

updateInstances

A Boolean specifying whether to synchronize the display options on all the DisplayGroupInstance objects stored in the DisplayGroupInstanceRepository for which lockOptions is OFF. The default value of updateInstances is ON.

Return value

None.

Exceptions

None.

Members

The DisplayGroupInstanceRepository object has no members.