mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 10:10:35 +05:00
021374: EDF 1898 SMESH: Extrusion of a node to have an edge
This commit is contained in:
parent
b4926d3ebf
commit
e1a3f42b5c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user