mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
void BOPAlgo_CheckerSI::PrepareCopy() has been added. Purpose: - provides the copy of the argument - provides links between the copy and the original - protected method: void BOPAlgo_CheckerSI::PostTreatCopy() has been added. Purpose: provides post treat actions wit the copy. void BOPAlgo_PaveFiller::Perform() The try/catch mechanism is used inside the method Standard_Integer bopcheck (Draw_Interpretor& di, Standard_Integer n, const char** a ) The redundant copying is removed. Standard_Integer bopargcheck (Draw_Interpretor& di, Standard_Integer n, const char** a ) The redundant copying is removed. packages: BOPAlgo BOPTest Test cases for issue CR24620 Small correction of text case for issue CR24620