SubShapeBinder: Add support for point.

This commit is contained in:
PaddleStroke
2024-12-06 18:29:50 +01:00
parent 9504b7e569
commit c5fbbb3830
2 changed files with 13 additions and 0 deletions

View File

@@ -1076,6 +1076,7 @@ static TopoShape _getTopoShape(const App::DocumentObject* obj,
shape = TopoShape(tag, hasher, _shape);
}
}
if (!shape.isNull()) {
shape.transformShape(mat * linkMat, false, true);
return shape;