Fix bug where external reference was ignored without an error message
This commit is contained in:
committed by
Stefan Tröger
parent
99e68a2a75
commit
c854915514
@@ -3172,6 +3172,8 @@ void SketchObject::rebuildExternalGeometry(void)
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
throw Base::Exception("Selected external reference plane must be normal to sketch plane");
|
||||
}
|
||||
} else {
|
||||
throw Base::Exception("Non-planar faces are not yet supported for external geometry of sketches");
|
||||
|
||||
Reference in New Issue
Block a user