Salome HOME
0022150: [CEA 789] Projection_1D2D not taken into account by BLSURF
authoreap <eap@opencascade.com>
Tue, 19 Mar 2013 08:36:53 +0000 (08:36 +0000)
committereap <eap@opencascade.com>
Tue, 19 Mar 2013 08:36:53 +0000 (08:36 +0000)
commite03f3c1659c2bb5796cef95649922117f51ce824
treee4965ebf4c817b7534724aa214a04257b491f85e
parenta83c7a3df1a809d61a0e2362836923901372fec7
0022150: [CEA 789] Projection_1D2D not taken into account by BLSURF

Fix a problem with visualisation of 'left_translated' mesh.

SMDS_Mesh::SMDS_Mesh()
{ ...
-  points->SetNumberOfPoints(SMDS_Mesh::chunkSize);
+  points->SetNumberOfPoints(0);
src/SMDS/SMDS_Mesh.cxx