mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 00:40:32 +05:00
0020963: EDF 1528 SMESH: How to combine Netgen1D2D with sizemap with Quadrangle(Mapping) ?
- sm->ComputeStateEngine(SMESH_subMesh::COMPUTE); + _gen->Compute( theMesh, _mainEdge, /*anUpward=*/true); sm->ComputeStateEngine() fails if vertices it depends on are not yet created
This commit is contained in:
parent
fe8da0148d
commit
6d9d5ab070
@ -627,7 +627,7 @@ bool StdMeshers_Regular_1D::computeInternalParameters(SMESH_Mesh & theMesh,
|
|||||||
bool computed = sm->IsMeshComputed();
|
bool computed = sm->IsMeshComputed();
|
||||||
if (!computed) {
|
if (!computed) {
|
||||||
if (sm->GetComputeState() == SMESH_subMesh::READY_TO_COMPUTE) {
|
if (sm->GetComputeState() == SMESH_subMesh::READY_TO_COMPUTE) {
|
||||||
sm->ComputeStateEngine(SMESH_subMesh::COMPUTE);
|
_gen->Compute( theMesh, _mainEdge, /*anUpward=*/true);
|
||||||
computed = sm->IsMeshComputed();
|
computed = sm->IsMeshComputed();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user