[Part]code review changes for FeatureScale

This commit is contained in:
wandererfan
2023-09-07 09:42:49 -04:00
committed by wwmayer
parent 9905572116
commit fa840560c2
4 changed files with 4 additions and 13 deletions

View File

@@ -127,7 +127,7 @@ TopoShape Scale::nonuniformScale(const TopoShape& source, const Scale::ScalePara
mat.SetValue(3,4,matScale[2][3]);
// this copy step seems to eliminate Part.OCCError: gp_GTrsf::Trsf() - non-orthogonal GTrsf
// which may to be related to the tesselation of the input shape. See Github issue #9651
// which may to be related to the tessellation of the input shape. See Github issue #9651
// for more detail.
BRepBuilderAPI_Copy copier(source.getShape());
TopoShape transTopo;