mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
Merge from 1.35.2.6
This commit is contained in:
parent
739eb47505
commit
325ce25ce8
@ -1797,7 +1797,7 @@ SMESH::MeshPreviewStruct* SMESH_Gen_i::Precompute( SMESH::SMESH_Mesh_ptr theMesh
|
|||||||
::SMESH_Mesh& myLocMesh = meshServant->GetImpl();
|
::SMESH_Mesh& myLocMesh = meshServant->GetImpl();
|
||||||
TSetOfInt shapeIds;
|
TSetOfInt shapeIds;
|
||||||
::MeshDimension aDim = (MeshDimension)theDimension;
|
::MeshDimension aDim = (MeshDimension)theDimension;
|
||||||
if ( myGen.Compute( myLocMesh, myLocShape, false, aDim, &shapeIds ) )
|
if ( myGen.Compute( myLocMesh, myLocShape, false, false, aDim, &shapeIds ) )
|
||||||
{
|
{
|
||||||
int nbShapeId = shapeIds.size();
|
int nbShapeId = shapeIds.size();
|
||||||
theShapesId.length( nbShapeId );
|
theShapesId.length( nbShapeId );
|
||||||
|
Loading…
Reference in New Issue
Block a user