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:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user