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
Branches
Tags
No related merge requests found
...@@ -102,6 +102,7 @@ void export_Entity() ...@@ -102,6 +102,7 @@ void export_Entity()
.add_property("residues", &EntityHandle::GetResidueList) .add_property("residues", &EntityHandle::GetResidueList)
.add_property("atoms", &EntityHandle::GetAtomList) .add_property("atoms", &EntityHandle::GetAtomList)
.add_property("chains", &EntityHandle::GetChainList) .add_property("chains", &EntityHandle::GetChainList)
.add_property("bonds", &EntityHandle::GetBondList)
.def("RequestICSEditor", &EntityHandle::RequestICSEditor, .def("RequestICSEditor", &EntityHandle::RequestICSEditor,
X_ics_editor_overloads(args("mode"))) X_ics_editor_overloads(args("mode")))
.def("RequestXCSEditor", &EntityHandle::RequestXCSEditor, .def("RequestXCSEditor", &EntityHandle::RequestXCSEditor,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment