|
AllObjects(self)
Return a list of all children of this object in the object
tree
|
|
AllVisibleObjects(self)
Return a list of all visible children of this object in the object
tree
|
|
BuildFullName(self)
Returns the full name of current geom
|
|
DisplayFunction(self)
display function.
|
|
LastParentBeforeRoot(self)
return the last parent of a node before the root object is
reached
|
|
RedoDisplayList(self)
|
|
Set(self,
check=1,
redo=1,
updateOwnGui=True,
**kw)
set data for this object check=1 : verify that all the keywords
present can be handle by this func redo=1 : append self to
viewer.objectsNeedingRedo updateOwnGui=True : allow to update owngui
at the end this func
|
|
_Hide(self)
Transient signal handler
|
|
_Remove(self,
a,
b)
Transient signal handler
|
|
__init__(self,
name='Common2d3dObject',
check=1,
**kw)
Constructor
|
|
deleteOpenglList(self)
|
|
getDepthMask(self)
|
|
getState(self)
return a dictionary describing this object's state This dictionary
can be passed to the Set method to restore the object's state
|
|
getVisible(self)
|
|
hideOwnGui(self)
|
|
setViewer(self,
viewer,
buildDisplayList)
set viewer in all children of geom object
|
|
showOwnGui(self)
|