mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-24 23:20:32 +05:00
0021934: Delete the internal faces of an object.
Implement GetCreationInformation()
This commit is contained in:
parent
182542382e
commit
833e0c922f
@ -908,6 +908,10 @@ GetCreationInformation(std::string& theOperationName,
|
|||||||
AddParam( theParams, "Wire", aCI.GetOriginal() );
|
AddParam( theParams, "Wire", aCI.GetOriginal() );
|
||||||
AddParam( theParams, "Vertexes", aCI.GetShapes() );
|
AddParam( theParams, "Vertexes", aCI.GetShapes() );
|
||||||
break;
|
break;
|
||||||
|
case REMOVE_INTERNAL_FACES:
|
||||||
|
theOperationName = "REMOVE_WEBS";
|
||||||
|
AddParam( theParams, "Selected shape", aCI.GetOriginal() );
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user