mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 10:10:34 +05:00
remove commented code
This commit is contained in:
parent
356b0f81d3
commit
8e5a97609f
@ -379,7 +379,6 @@ void SMESHGUI_MakeNodeAtPointOp::startOperation()
|
|||||||
onSelectionDone(); // init myMeshActor
|
onSelectionDone(); // init myMeshActor
|
||||||
|
|
||||||
if ( myMeshActor ) {
|
if ( myMeshActor ) {
|
||||||
// myMeshOldDisplayMode = myMeshActor->GetRepresentation();
|
|
||||||
// myMeshActor->SetRepresentation( VTK_WIREFRAME );
|
// myMeshActor->SetRepresentation( VTK_WIREFRAME );
|
||||||
myMeshActor->SetPointRepresentation(true);
|
myMeshActor->SetPointRepresentation(true);
|
||||||
SMESH::RepaintCurrentView();
|
SMESH::RepaintCurrentView();
|
||||||
@ -398,7 +397,6 @@ void SMESHGUI_MakeNodeAtPointOp::stopOperation()
|
|||||||
myNoPreview = true;
|
myNoPreview = true;
|
||||||
mySimulation->SetVisibility(false);
|
mySimulation->SetVisibility(false);
|
||||||
if ( myMeshActor ) {
|
if ( myMeshActor ) {
|
||||||
// myMeshActor->SetRepresentation( myMeshOldDisplayMode );
|
|
||||||
myMeshActor->SetPointRepresentation(false);
|
myMeshActor->SetPointRepresentation(false);
|
||||||
SMESH::RepaintCurrentView();
|
SMESH::RepaintCurrentView();
|
||||||
myMeshActor = 0;
|
myMeshActor = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user