All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

TopologicalOperators Class CATTopParallel

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

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


public class CATTopParallel

Class representing the operator that computes a wire parallel to another one on a skin body.

The CATTopParallel operator follows the global frame of the topological operators and satisfies the smart mechanism: the input bodies are not modified. A new resulting body is created, possibly sharing data with the input bodies.


Constructor and Destructor Index


o ~CATTopParallel()

Method Index


o GetResult()
Returns the pointer to the resulting body.

Constructor and Destructor


o ~CATTopParallel
public virtual ~CATTopParallel()

Methods


o GetResult
public virtual CATBody * GetResult()=0
Returns the pointer to the resulting body.
Returns:
The pointer to the resulting body. If you do not want to keep it, use the CATICGMContainer.Remove method to remove it from the geometric factory, after the operator deletion.

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

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