Opened 8 years ago
Closed 8 years ago
#774 closed defect (fixed)
sym assembly model lacks metal coordination pbonds
Reported by: | Elaine Meng | Owned by: | pett |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Depiction | Version: | |
Keywords: | Cc: | Tom Goddard | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
open 4gbc
... see two metal-coordination pbonds
sym #1 assem 1
... model #2 has no metal-coordination pbonds, not even in the full atomic part (one dimer of the hexamer)
Then if (using the Models checkboxes) I hide #2 and show #1 again, I can't see the metal-coordination pbonds in #1 any more, even though they are supposedly shown. Command "show pseudobonds" fails to show them as well.
Change History (4)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Owner: | changed from | to
---|
The symmetry model copy does not have metal coordination bonds because those are per-coordinate set pseudobonds and per-coordinate set pseudobonds are not yet copied by the Structure.copy() method (in C++ code). Also the coordinate set coordinates are not copied by the copy() method.
Reassigning to Eric to add copying coordinate sets and per-coordinate set pseudobond groups.
comment:3 by , 8 years ago
Cc: | added; removed |
---|
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed the problem that the metal-coordination bonds of the original assembly won't redisplay.
The symmetry copies don't seem to be copying pseudobond submodels. Will look into that.