All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

BasicTopologicalOpe Class CATTopGeodesicLineOperator

Mathematics.CATCGMVirtual
  |
  +---GeometricObjects.CATCGMOperator
    |
    +---NewTopologicalObjects.CATTopOperator
      |
      +---CATTopGeodesicLineOperator
 

Usage: you must use this class as is. You should never derive it.


public class CATTopGeodesicLineOperator

Class defining a topological operator that builds a geodesic line on a shell.

The definition of the line is:


This operator follows the general scheme of the topological operators.
  • Create the operator with the CATCreateTopGeodesicLineOperatorFromDirection global function.
  • Run with the Run method.
  • Get the result body by the GetResult method.
  • Delete the operator with the usual C++ delete operator.
    The created body can be removed from the factory with the CATICGMContainer.Remove method as any CATICGMObject.


    Constructor and Destructor Index


    o ~CATTopGeodesicLineOperator()

    Constructor and Destructor


    o ~CATTopGeodesicLineOperator
    public virtual ~CATTopGeodesicLineOperator()

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

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