Skip to content
Snippets Groups Projects
Commit 53176324 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 054f9141
No related branches found
No related tags found
No related merge requests found
...@@ -1269,6 +1269,9 @@ void OCC_Internals::_extrude(int mode, ...@@ -1269,6 +1269,9 @@ void OCC_Internals::_extrude(int mode,
std::vector<std::pair<int, int> > &outDimTags, std::vector<std::pair<int, int> > &outDimTags,
ExtrudeParams *e) ExtrudeParams *e)
{ {
if(e)
Msg::Warning("Structured meshes not yet available with OpenCASCADE extrusion");
// build a single compound shape, so that we won't duplicate internal // build a single compound shape, so that we won't duplicate internal
// boundaries // boundaries
BRep_Builder b; BRep_Builder b;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment