Toponaming/Part: Transfer in python ElementMapVersion
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user