extend interface to get actual property with geometric data, get center of gravity of a geometry

This commit is contained in:
wmayer
2017-03-05 18:05:11 +01:00
parent 45bf8ed91e
commit 35e8edeb08
10 changed files with 68 additions and 0 deletions

View File

@@ -53,3 +53,8 @@ void GeoFeature::transformPlacement(const Base::Placement &transform)
plm = transform * plm;
this->Placement.setValue(plm);
}
const PropertyComplexGeoData* GeoFeature::getPropertyOfGeometry() const
{
return nullptr;
}