All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

NewTopologicalObjects Interface CATVolume

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---GeometricObjects.CATICGMUnknown
        |
        +---GeometricObjects.CATICGMObject
          |
          +---GeometricObjects.CATGeometry
            |
            +---NewTopologicalObjects.CATTopology
              |
              +---NewTopologicalObjects.CATTopObject
                |
                +---NewTopologicalObjects.CATCell
                  |
                  +---CATVolume
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATVolume

Interface representing a topological volume.

A volume is a topological cell which geometry is a 3D-space. It is bounded by faces, edges and vertices.
A CATVolume is created with the CATBody.CreateCell or CATBody.CreateVolume methods and deleted with the CATICGMContainer.Remove method.



This object is included in the file: CATVolume.h
If needed, your Imakefile.mk should include the module: CATTopologicalObjects

Copyright © 2003, Dassault Systèmes. All rights reserved.