All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GeometricObjects Interface CATSweepSurface

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---GeometricObjects.CATICGMUnknown
        |
        +---GeometricObjects.CATICGMObject
          |
          +---GeometricObjects.CATGeometry
            |
            +---GeometricObjects.CATSurface
              |
              +---CATSweepSurface
 

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


interface CATSweepSurface

Interface to retrieve the Nurbs surface from a sweep.


Method Index


o GetSweepSurface()
Returns a pointer to the Nurbs surface.

Methods


o GetSweepSurface
public virtual CATNurbsSurface* GetSweepSurface()const= 0
Returns a pointer to the Nurbs surface.
Returns:
The pointer to the CATNurbsSurface.

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

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