Model.morphsymmetryrefresh#
- Model.morphsymmetryrefresh()#
Recalculates symmetric relationships between handles.
Example#
Recalculate symmetric relationships between handles#import hm import hm.entities as ent model = hm.Model() model.morphsymmetryrefresh()
Note
All symmetries in the model will be refreshed and all symmetric relationships between handles will be updated. Note that handles which are linked through symmetry may become unlinked if they are no longer symmetric. Similarly, new links may be created between previously unlinked handles.
Whenever handles and symmetries are created, updated, or deleted, the symmetries are refreshed automatically. This function is intended for situations where the user wishes to refresh the symmetries manually.