mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 14:10:33 +05:00
Modification some functionality for splitting assembly
This commit is contained in:
parent
3f8c64cc43
commit
e331ccd26c
@ -2467,15 +2467,12 @@ void SMESH_MeshEditor::ExtrusionSweep(set<const SMDS_MeshElement*> & theElems,
|
|||||||
sweepElement( aMesh, elem, newNodesItVec, newElemsMap[elem] );
|
sweepElement( aMesh, elem, newNodesItVec, newElemsMap[elem] );
|
||||||
|
|
||||||
// fill history
|
// fill history
|
||||||
//TColStd_ListOfInteger ListNewID;
|
|
||||||
SMESH_SequenceOfElemPtr SeqNewME;
|
SMESH_SequenceOfElemPtr SeqNewME;
|
||||||
list<const SMDS_MeshElement*> tmpList = newElemsMap[elem];
|
list<const SMDS_MeshElement*> tmpList = newElemsMap[elem];
|
||||||
for(list<const SMDS_MeshElement*>::iterator ite = tmpList.begin();
|
for(list<const SMDS_MeshElement*>::iterator ite = tmpList.begin();
|
||||||
ite!=tmpList.end(); ite++) {
|
ite!=tmpList.end(); ite++) {
|
||||||
//ListNewID.Append((*ite)->GetID());
|
|
||||||
SeqNewME.Append(*ite);
|
SeqNewME.Append(*ite);
|
||||||
}
|
}
|
||||||
//myExtrusionHistory.Bind(elem->GetID(),ListNewID);
|
|
||||||
myExtrusionHistory.Bind(elem,SeqNewME);
|
myExtrusionHistory.Bind(elem,SeqNewME);
|
||||||
// end fill history
|
// end fill history
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user