0021934: Delete the internal faces of an object.

Implement GetCreationInformation()
This commit is contained in:
eap 2013-06-27 12:49:25 +00:00
parent 182542382e
commit 833e0c922f

View File

@ -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;
} }