Part: [skip ci] fix shape builder to create filled face from vertexes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user