Merge pull request #18916 from AjinkyaDahale/sk-refactor-stage-3
[Sketcher] Round 3 of refactors
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -422,13 +422,13 @@ public:
|
||||
bool deriveConstraintsForPieces(const int oldId,
|
||||
const std::vector<int>& newIds,
|
||||
const Constraint* con,
|
||||
std::vector<Constraint*>& newConstraints);
|
||||
std::vector<Constraint*>& newConstraints) const;
|
||||
// Explicitly giving `newGeos` for cases where they are not yet added
|
||||
bool deriveConstraintsForPieces(const int oldId,
|
||||
const std::vector<int>& newIds,
|
||||
const std::vector<const Part::Geometry*>& newGeo,
|
||||
const Constraint* con,
|
||||
std::vector<Constraint*>& newConstraints);
|
||||
std::vector<Constraint*>& newConstraints) const;
|
||||
|
||||
/// split a curve
|
||||
int split(int geoId, const Base::Vector3d& point);
|
||||
|
||||
Reference in New Issue
Block a user