Changes between Version 9 and Version 10 of ChimeraAnimationTasks
- Timestamp:
- Dec 8, 2010, 5:18:32 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChimeraAnimationTasks
v9 v10 46 46 47 47 48 ==== openState attribute (from FAQ)====48 ==== openState attributes ==== 49 49 50 50 Get the !OpenState attributes of a model: {{{chimera.openModels.openState(id: int, subid: int)}}} 51 51 52 The openState attribute of a Model controls whether that model is active for motion ('.active'), and contains the model's transformation matrix ('.xform') and center of rotation ('.cofr'). Since some models must move in synchrony (e.g. a molecule and its surface), !OpenState instances may be shared among multiple models. If you create a model that needs a shared openState with another model, then when adding your model to the list of open models with chimera.openModels.add(), you should use the 'sameAs' keyword to specify the other model.52 From the [http://www.cgl.ucsf.edu/chimera/docs/ProgrammersGuide/faq.html FAQ], item (10): The openState attribute of a Model controls whether that model is active for motion ('.active'), and contains the model's transformation matrix ('.xform') and center of rotation ('.cofr'). Since some models must move in synchrony (e.g. a molecule and its surface), !OpenState instances may be shared among multiple models. If you create a model that needs a shared openState with another model, then when adding your model to the list of open models with chimera.openModels.add(), you should use the 'sameAs' keyword to specify the other model. 53 53 54 54 ==== 'Active' models ====
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)