DisplayGroup objects are used to select a subset of the entities displayed in the viewport.
session.displayGroups[name] import assembly session.viewports[name].assemblyDisplay.displayGroup session.viewports[name].layers[name].assemblyDisplay.displayGroup import visualization session.viewports[name].layers[name].odbDisplay.displayGroup import part session.viewports[name].layers[name].partDisplay.displayGroup session.viewports[name].odbDisplay.displayGroup session.viewports[name].partDisplay.displayGroup
This method creates a DisplayGroup object.
session.DisplayGroup
Required arguments
A String specifying the repository key.
A Leaf object specifying the items in the display group.
Optional arguments
Return value
A DisplayGroup object.
Exceptions
InvalidNameError.
This method adds the specified items to the display group.
Required argument
A Leaf object specifying the items to add to the display group.
Optional arguments
Return value
Exceptions
This method redefines the display group to be only those items that are not shared by the leaf argument and by the display group.
Required argument
A Leaf object specifying the items to be excluded from the display group.
Optional arguments
Return value
Exceptions
This method redefines the display group to be only those items that are shared by the leaf argument and the display group.
Required argument
A Leaf object specifying the items to be included in the display group.
Optional arguments
Return value
Exceptions
This method redoes the last undone operation on the display group.
Arguments
Return value
Exceptions
This method removes the specified items from the display group.
Required argument
A Leaf object specifying the items to remove from the display group.
Optional arguments
Return value
Exceptions
This method replaces the contents of the display group with the specified items.
Required argument
A Leaf object specifying the items with which to replace the current display group contents.
Optional arguments
Return value
Exceptions
This method undoes the last operation performed on the display group.
Arguments
Return value
Exceptions
The DisplayGroup object has the following members:
A Boolean specifying whether Undo is possible or not.
A Boolean specifying whether Redo is possible or not.
A String specifying the repository key.
A SymbolicConstant specifying the module in which the display group has been created. The possible values are PART, ASSEMBLY, PART_ASSEMBLY, ODB, and ALL.
A String specifying the name of the model to which the display group belongs when the module is part- or assembly-based.
A String specifying the name of the part to which the display group belongs when the module is part-based.