Skip to content
Snippets Groups Projects
Commit 3cd4b8be authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Python export of GetHashCode for mol.EntityHandle

parent cc5a17c6
Branches
Tags
No related merge requests found
......@@ -163,6 +163,7 @@ void export_Entity()
.def("GetHashCode", &EntityHandle::GetHashCode)
.def(self==self)
.def(self!=self)
.add_property("hash_code", &EntityHandle::GetHashCode)
;
def("CreateEntity",create1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment