Skip to content
Snippets Groups Projects
Commit 640b2241 authored by marco's avatar marco
Browse files

export bonds property for entity handle

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1768 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent eeddb9a8
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ void export_Entity()
.add_property("residues", &EntityHandle::GetResidueList)
.add_property("atoms", &EntityHandle::GetAtomList)
.add_property("chains", &EntityHandle::GetChainList)
.add_property("bonds", &EntityHandle::GetBondList)
.def("RequestICSEditor", &EntityHandle::RequestICSEditor,
X_ics_editor_overloads(args("mode")))
.def("RequestXCSEditor", &EntityHandle::RequestXCSEditor,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment