+ removed unneeded pure virtual method getFaces from PropertyComplexGeoData

+ extend interface of ComplexGeoData::getPoints to also return normals if available
This commit is contained in:
wmayer
2016-03-04 17:16:57 +01:00
parent c3075a49e5
commit d962fda983
16 changed files with 24 additions and 56 deletions

View File

@@ -253,6 +253,7 @@ MeshPoint MeshObject::getPoint(unsigned long index) const
}
void MeshObject::getPoints(std::vector<Base::Vector3d> &Points,
std::vector<Base::Vector3d> &Normals,
float Accuracy, uint16_t flags) const
{
unsigned long ctpoints = _kernel.CountPoints();