All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---GeometricObjects.CATICGMUnknown
|
+---GeometricObjects.CATICGMObject
|
+---CATGeometry
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATGeometry
Interface representing the base class for all geometric
objects that can be streamed and moved.
The derived objects are created inside a geometric container
(CATGeoFactory) by using the corresponding CATGeoFactory::Createxxx
methods . They are removed by the CATICGMContainer::Remove method.
The factory specifies the model size and the minimum size of a valid object.
| public virtual CATMathBox GetBoundingBox( | )const = 0 |
| public virtual void GetBoundingBox( | CATMathBox& | ioBox) const = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.