TechDraw: Assembly exploded views : revert #17726

This commit is contained in:
PaddleStroke
2024-12-16 18:22:26 +01:00
committed by GitHub
parent bbb5b45133
commit e657ce9473

View File

@@ -135,7 +135,7 @@ TopoDS_Shape ShapeExtractor::getShapes(const std::vector<App::DocumentObject*> l
else {
auto shape = Part::Feature::getShape(obj);
// if source obj has a shape, we use that shape.
if(!SU::isShapeReallyNull(shape) && !isExplodedView) {
if(!SU::isShapeReallyNull(shape)) {
if (checkShape(obj, shape)) {
sourceShapes.push_back(getLocatedShape(obj));
}