Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Sketcher] Make
replaceGeometries
protected
This should be a `protected` or `private` operation since it doesn't handle constraints. However, this is intended to be used by external classes that modify a `SketchObject` (instead of these modifications like `split`, `trim`, `join` etc. being methods of `SketchObject`). In that case, it may be best to use the `friend` keyword.
- Loading branch information