| Home | Trees | Indices | Help |
|
|---|
|
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
|
Return a list of objects which have attribute/value pairs matching the given keyword parameters. The key "type" is treated special, see these useful examples: figFile.findObjects(depth = 40) figFile.findObjects(type = fig.Polygon) # all conditions must be fulfilled: figFile.findObjects(lineWidth = 10, depth = 100) # for disjunctive conditions, use list concatenation: figFile.findObjects(depth = 10) + figFile.findObjects(depth = 20) The returned object is actually an ObjectProxy, which is a special Container (which is a special python list) and allows to quickly change properties on all contained objects. See the Container and ObjectProxy classes. |
|
|
obj is not
contained.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Aug 28 16:31:18 2007 | http://epydoc.sourceforge.net |