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 | +---NewTopologicalObjects.CATEdgeDomain | +---CATLoop
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATLoop
Interface representing a set of connected
edges of a face.
The connected edges are the boundaries of a face, or
immersed into a face, depending on the CATLocation
attribute. A CATLoop is created with the CATBody.CreateLoop or
CATBody.CreateDomain methods and deleted with the
CATICGMContainer.Remove method. It can be open or not.
public virtual double CalcArea( | )= 0 |
public virtual void Done( | )= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.