Part: move code to create shape from mesh to dialog ShapeFromMesh

This commit is contained in:
wmayer
2021-10-02 07:09:29 +02:00
parent a6d93e2d5e
commit 14ff475192
6 changed files with 268 additions and 46 deletions

View File

@@ -3717,7 +3717,7 @@ void TopoShape::setFaces(const std::vector<Base::Vector3d> &Points,
#if OCC_VERSION_HEX < 0x070500
Handle(Message_ProgressIndicator) pi = new ProgressIndicator(100);
pi->NewScope(100, "Sewing Faces...");
pi->NewScope(100, "Create shape from mesh...");
pi->Show();
aSewingTool.Perform(pi);