All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---GeometricObjects.CATICGMUnknown | +---GeometricObjects.CATICGMObject | +---GeometricObjects.CATGeometry | +---NewTopologicalObjects.CATTopology | +---NewTopologicalObjects.CATDomain | +---CATShell
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATShell
Interface representing a set of connected faces
of a body or a volume.
A CATShell is created with the CATBody.CreateShell or
CATBody.CreateDomain methods and deleted with the
CATICGMContainer.Remove method.
public virtual CATBoolean IsClosed( | )= 0 |
public virtual void ReplaceCell( | CATCell* | iCellToReplace, | |
CATCell* | iReplacementCell, | ||
CATOrientation | iReplacementOrientation | =CATOrientationPositive)=0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.