mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024890: Result of uniform scaling is invalid
Test case for issue CR24890
This commit is contained in:
@@ -102,6 +102,7 @@ public:
|
||||
//! (resp. <F2>).
|
||||
Standard_EXPORT GeomAbs_Shape Continuity (const TopoDS_Edge& E, const TopoDS_Face& F1, const TopoDS_Face& F2, const TopoDS_Edge& NewE, const TopoDS_Face& NewF1, const TopoDS_Face& NewF2);
|
||||
|
||||
Standard_EXPORT const TopTools_ListOfShape& GetUpdatedEdges() const;
|
||||
|
||||
|
||||
|
||||
@@ -118,6 +119,7 @@ private:
|
||||
TopTools_ListOfShape myled;
|
||||
TColStd_ListOfTransient mylcu;
|
||||
TColStd_IndexedDataMapOfTransientTransient myMap;
|
||||
TopTools_ListOfShape myUpdatedEdges;
|
||||
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user