Model.morphdisplaysymmetries#
- Model.morphdisplaysymmetries(collection)#
Displays dependencies for handles on the collection.
- Parameters:
collection (Collection) – The collection containing the entities to display. Valid entities are handles and symmetries.
Example#
All handles symmetric to the selected handles are displayed as vectors#import hm import hm.entities as ent model = hm.Model() model.morphdisplaysymmetries( collection=hm.CollectionByInteractiveSelection(model, ent.Handle) )
Note
For handles, all handles symmetric to the selected handles are displayed as vectors.
For symmetries, all handles linked via the symmetries on the collection are displayed as vectors.
If the collection is empty, the vectors are cleared from the screen.
For symmetry types which link multiple handles, only one handle (the keystone handle) will point to the others. The other handles will point back to the keystone handle.