Accesssession.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 DisplayGroup(...)
This method creates a DisplayGroup object. Pathsession.DisplayGroup Required arguments
Optional argumentsNone. Return valueA DisplayGroup object. ExceptionsInvalidNameError. add(...)
This method adds the specified items to the display group. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. either(...)
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 arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. intersect(...)
This method redefines the display group to be only those items that are shared by the leaf argument and the display group. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. redoLast()
This method redoes the last undone operation on the display group. ArgumentsNone. Return valueNone. ExceptionsNone. remove(...)
This method removes the specified items from the display group. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. replace(...)
This method replaces the contents of the display group with the specified items. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. undoLast()
This method undoes the last operation performed on the display group. ArgumentsNone. Return valueNone. ExceptionsNone. MembersThe DisplayGroup object has the following members:
|