mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-01 20:30:35 +05:00
0021893: EDF 2133 SMESH : Improvement of 3D extrusion algorithm
Clear StdMeshers_Quadrangle_2D::myQuadStruct before usage + algo->myQuadStruct.reset();
This commit is contained in:
parent
76fc32823a
commit
a4a38b2fb4
@ -99,6 +99,8 @@ namespace {
|
|||||||
algo->myProxyMesh->GetMesh() != mesh )
|
algo->myProxyMesh->GetMesh() != mesh )
|
||||||
algo->myProxyMesh.reset( new SMESH_ProxyMesh( *mesh ));
|
algo->myProxyMesh.reset( new SMESH_ProxyMesh( *mesh ));
|
||||||
|
|
||||||
|
algo->myQuadStruct.reset();
|
||||||
|
|
||||||
return algo;
|
return algo;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user