[TD]DPG spacing for oblique views

This commit is contained in:
wandererfan
2020-06-24 21:04:03 -04:00
committed by WandererFan
parent 5d59c5df8b
commit b7e8ad9a4e
6 changed files with 107 additions and 50 deletions

View File

@@ -788,6 +788,7 @@ Base::BoundBox3d GeometryObject::calcBoundingBox() const
BRepBndLib::Add((*it)->occEdge, testBox);
}
}
double xMin = 0,xMax = 0,yMin = 0,yMax = 0, zMin = 0, zMax = 0;
if (testBox.IsVoid()) {
@@ -815,8 +816,6 @@ void GeometryObject::pruneVertexGeom(Base::Vector3d center, double radius)
vertexGeom = newVerts;
}
//! does this GeometryObject already have this vertex
bool GeometryObject::findVertex(Base::Vector3d v)
{