0024752: Visualization - inherit OpenGl_Group from Graphic3d_Group
[occt.git] / src / Prs3d / Prs3d_Presentation.cdl
index 187a62c..99e91e4 100644 (file)
@@ -90,8 +90,6 @@ is
        ---Purpose: displays the whole content of the presentation in the specified color.
     BoundBox(me: mutable) is static;
 
-    Display ( me : mutable ) is redefined static;
-    
 ---Category: Global modification methods.
     SetShadingAspect(me: mutable; aShadingAspect: ShadingAspect from Prs3d);
     
@@ -105,13 +103,6 @@ is
     Multiply    (me: mutable; aTransformation: Transformation from Geom); 
     Move        (me: mutable; X,Y,Z: Length from Quantity);
     Transformation   (me) returns Transformation from Geom;
-       
-    Clear(me:mutable; WithDestruction: Boolean from Standard = Standard_True) 
-    is redefined;
-       ---Purpose: removes the whole content of the presentation.
-       --          Does not remove the other connected presentations.
-       --              if WithDestruction == Standard_False then
-       --              clears all the groups of primitives in the structure.
 
     Connect(me: mutable; aPresentation: Presentation from Prs3d);
     
@@ -120,13 +111,8 @@ is
 
     SetPickable(me: mutable) is static;
     SetUnPickable(me: mutable) is static;
-    
-    CurrentGroup(me) returns mutable Group from Graphic3d is static private;
-    NewGroup(me:mutable) returns mutable Group from Graphic3d is static private;
 
-fields
-
-  myCurrentGroup : Group from Graphic3d;
+    CurrentGroup(me) returns mutable Group from Graphic3d is static private;
 
 friends