From: ana Date: Thu, 16 Feb 2012 14:48:49 +0000 (+0000) Subject: 021374: EDF 1898 SMESH: Extrusion of a node to have an edge X-Git-Tag: V6_5_0a1~127 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e1a3f42b5c158ea5f14da401ecdd8c37264435c1;p=modules%2Fsmesh.git 021374: EDF 1898 SMESH: Extrusion of a node to have an edge --- diff --git a/src/SMESH/SMESH_MeshEditor.cxx b/src/SMESH/SMESH_MeshEditor.cxx index 9e9768530..acd27c3e5 100644 --- a/src/SMESH/SMESH_MeshEditor.cxx +++ b/src/SMESH/SMESH_MeshEditor.cxx @@ -5817,9 +5817,9 @@ SMESH_MeshEditor::generateGroups(const SMESH_SequenceOfElemPtr& nodeGens, if ( resElem != sourceElem ) resultElems.push_back( resElem ); // do not generate element groups from node ones - if ( sourceElem->GetType() == SMDSAbs_Node && - elems( iElem )->GetType() != SMDSAbs_Node ) - continue; +// if ( sourceElem->GetType() == SMDSAbs_Node && +// elems( iElem )->GetType() != SMDSAbs_Node ) +// continue; // add resultElems to groups made by ones the sourceElem belongs to list< TOldNewGroup >::iterator gOldNew, gLast = groupsOldNew.end();