aListOfShape.push_back(aTranslationAlgo->shape());
aListOfTranslationAlgo.push_back(aTranslationAlgo);
}
- std::shared_ptr<GeomAPI_Shape> aCompound = GeomAlgoAPI_CompoundBuilder::compound(aListOfShape);
+ std::shared_ptr<GeomAPI_Shape> aCompound =
+ GeomAlgoAPI_CompoundBuilder::compound(aListOfShape);
ResultBodyPtr aResultBody = document()->createBody(data(), aResultIndex);
aResultBody->storeModified(aBaseShape, aCompound);
loadNamingDS(aListOfTranslationAlgo, aResultBody, aBaseShape);
aListOfTranslationAlgo.push_back(aTranslationAlgo);
}
}
- std::shared_ptr<GeomAPI_Shape> aCompound = GeomAlgoAPI_CompoundBuilder::compound(aListOfShape);
+ std::shared_ptr<GeomAPI_Shape> aCompound =
+ GeomAlgoAPI_CompoundBuilder::compound(aListOfShape);
ResultBodyPtr aResultBody = document()->createBody(data(), aResultIndex);
aResultBody->storeModified(aBaseShape, aCompound);
loadNamingDS(aListOfTranslationAlgo, aResultBody, aBaseShape);