0024837: Visualization - revise design and implementation of connected Interactive...
[occt.git] / src / Graphic3d / Graphic3d_Structure.cdl
index f0231af..7c5d470 100644 (file)
@@ -911,10 +911,17 @@ is
   is static private;
   ---Purpose: Returns the extreme coordinates found in the structure <me> without transformation applied.
 
+  getBox (me;
+          theBox : out BndBox4d from Graphic3d;
+          theToIgnoreInfiniteFlag : Boolean from Standard = Standard_False)
+  is static private;
+  ---Purpose: Gets untransformed bounding box from structure.
+
   addTransformed (me;
                   theBox : out BndBox4d from Graphic3d;
                   theToIgnoreInfiniteFlag : Boolean from Standard = Standard_False)
   is static private;
+  ---Purpose: Adds transformed (with myCStructure->Transformation) bounding box of structure to theBox.
 
        PrintNetwork ( myclass;
                       AStructure       : Structure from Graphic3d;