0023634: Eliminate Polyline and Polygon usage in drawers
[occt.git] / src / V3d / V3d_RectangularGrid.cdl
index 95ad1f1..33f42e1 100755 (executable)
@@ -72,24 +72,15 @@ is
 
 fields
        myStructure             : Structure from Graphic3d;
-       myGroup1, myGroup2      : Group from Graphic3d;
-       myCurViewPlane          : Ax3 from gp;
---     myColor, myTenthColor   : Color from Quantity;
---     myCurColor1, myCurColor2: Color from Quantity;
+       myGroup         : Group from Graphic3d;
+       myCurViewPlane  : Ax3 from gp;
        myViewer                : ViewerPointer from V3d;
-       myCurAreDefined         : Boolean from Standard;
-       myCurDrawMode           : GridDrawMode from Aspect;
+       myCurAreDefined : Boolean from Standard;
+       myCurDrawMode   : GridDrawMode from Aspect;
        myCurXo, myCurYo        : Real from Standard;
        myCurAngle              : Real from Standard;
        myCurXStep, myCurYStep  : Real from Standard;
        myXSize, myYSize        : Real from Standard;
        myOffSet                : Real from Standard;
 
-       -- Debug
-       -- myStructureGridPlane : Structure from Graphic3d;
-       -- myStructureViewPlane : Structure from Graphic3d;
-       -- myGroupGridPlane     : Group from Graphic3d;
-       -- myGroupViewPlane     : Group from Graphic3d;
-       -- myGridPlane          : Ax3 from gp;
-
 end RectangularGrid from V3d;