Part: [skip ci] fix shape builder to create filled face from vertexes

This commit is contained in:
wmayer
2020-09-25 13:42:39 +02:00
parent bf7ebdf8c5
commit 77f84ce743
2 changed files with 2 additions and 2 deletions

View File

@@ -924,7 +924,7 @@ private:
}
if (numConstraints == 0) {
throw Py::Exception(PartExceptionOCCError, "Failed to created face with no constraints");
throw Py::Exception(PartExceptionOCCError, "Failed to create face with no constraints");
}
builder.Build();