Toponaming/Part: Transfer in python ElementMapVersion

This commit is contained in:
Zheng, Lei
2024-04-10 10:29:57 -04:00
committed by bgbsww
parent 6291078939
commit 2377175ab1
6 changed files with 66 additions and 0 deletions

View File

@@ -93,3 +93,8 @@ int GeoFeaturePy::setCustomAttributes(const char* /*attr*/, PyObject* /*obj*/)
{
return 0;
}
Py::String GeoFeaturePy::getElementMapVersion() const {
return Py::String(getGeoFeaturePtr()->getElementMapVersion(
getGeoFeaturePtr()->getPropertyOfGeometry()));
}