|
addLens
|
addLens (
self,
lens,
position,
)
addLens(lens: Lens, position: unsigned int = AT_END)
|
|
bsphere
|
bsphere ( self, model )
bsphere(model: Model) -> bool, Sphere
|
|
shiftLens
|
shiftLens (
self,
lens,
position,
)
shiftLens(lens: Lens, position: unsigned int)
|
|
removeAllGfxAttrs
|
removeAllGfxAttrs ( self )
removeAllGfxAttrs()
|
|
removeModel
|
removeModel ( self, m )
removeModel(m: Model)
|
|
setLL
|
setLL (
self,
llx,
lly,
)
setLL(llx: float, lly: float)
|
|
removeGfxAttr
|
removeGfxAttr ( self, obj )
removeGfxAttr(obj: object)
|
|
gfxAttr
|
gfxAttr ( self, obj )
gfxAttr(obj: object) -> object
|
|
invalidateCache
|
invalidateCache ( self )
invalidateCache()
|
|
removeLens
|
removeLens ( self, lens )
removeLens(lens: Lens)
|
|
addModel
|
addModel ( self, m )
addModel(m: Model)
|
|
destroy
|
destroy ( self )
destroy()
|
|
invalidateSelectionCache
|
invalidateSelectionCache ( self )
invalidateSelectionCache()
|
|
setSize
|
setSize (
self,
width,
height,
)
setSize(width: float, height: float)
|
|