@@ -3703,7 +3703,7 @@ int SketchObject::split(int GeoId, const Base::Vector3d& point)
|
||||
// FIXME: we should be able to transfer these to new curves smoothly
|
||||
deleteUnusedInternalGeometryAndUpdateGeoId(GeoId);
|
||||
const auto* geoAsCurve = getGeometry<Part::GeomCurve>(GeoId);
|
||||
bool isOriginalCurveConstruction = GeometryFacade::getConstruction(geoAsCurve);
|
||||
|
||||
bool isOriginalCurvePeriodic = isClosedCurve(geoAsCurve);
|
||||
std::vector<int> newIds;
|
||||
std::vector<Part::Geometry*> newGeos;
|
||||
|
||||
@@ -1368,7 +1368,6 @@ void PropertySheet::addDependencies(CellAddress key)
|
||||
for (auto& var : expression->getIdentifiers()) {
|
||||
for (auto& dep : var.first.getDep(true)) {
|
||||
App::DocumentObject* docObj = dep.first;
|
||||
App::Document* doc = docObj->getDocument();
|
||||
|
||||
std::string docObjName = docObj->getFullName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user