extend interface to get actual property with geometric data, get center of gravity of a geometry
This commit is contained in:
@@ -148,3 +148,8 @@ void ComplexGeoData::getFaces(std::vector<Base::Vector3d> &Points,
|
||||
(void)Accuracy;
|
||||
(void)flags;
|
||||
}
|
||||
|
||||
bool ComplexGeoData::getCenterOfGravity(Base::Vector3d&) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user