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