[TD]use transformShape instead of transformGeometry
This commit is contained in:
committed by
Chris Hennes
parent
7a5a3d1ffc
commit
4ba83f0f50
@@ -194,7 +194,7 @@ TopoDS_Shape ShapeFinder::transformShape(TopoDS_Shape& inShape,
|
||||
return {};
|
||||
}
|
||||
|
||||
tshape.transformGeometry(scaler);
|
||||
tshape.transformShape(scaler, true, true);
|
||||
tshape.setPlacement(placement);
|
||||
|
||||
return tshape.getShape();
|
||||
|
||||
Reference in New Issue
Block a user