1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0033108: Coding - Updating geometric adaptors to work via Handles

Updated most interfaces to work with adaptors by handles
This commit is contained in:
anv
2022-08-24 13:42:19 +03:00
parent 92915edda8
commit 7358493768
609 changed files with 5619 additions and 5655 deletions

View File

@@ -98,13 +98,13 @@ public:
private:
TopoDS_Face myFace1;
TopoDS_Face myFace2;
Geom2dAdaptor_Curve myU1;
Geom2dAdaptor_Curve myV1;
Geom2dAdaptor_Curve myU2;
Geom2dAdaptor_Curve myV2;
Handle(Geom2dAdaptor_Curve) myU1;
Handle(Geom2dAdaptor_Curve) myV1;
Handle(Geom2dAdaptor_Curve) myU2;
Handle(Geom2dAdaptor_Curve) myV2;
Standard_Boolean myIsoU1;
Standard_Boolean myIsoU2;
Geom2dAdaptor_Curve myBis;
Handle(Geom2dAdaptor_Curve) myBis;
Standard_Integer myKPart;
GeomAbs_Shape myCont;
};