All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

TopologicalOperators Class CATExtrapolateBody

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

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


public class CATExtrapolateBody

Class representing an operator that extrapolates 1D body (CATWire).

The wire can be extrapolated on a planar support (optional).
The extrapolation gives a result that is continuous in tangency. To use it:


Constructor and Destructor Index


o ~CATExtrapolateBody()
Destructor.

Method Index


o GetResult()
Returns the pointer to the resulting body.
o GetTopReport()
o Run()
Runs this operator.
o SetLimitToExtrapolate(CATCell*,double)
Specifies the extrapolation length.

Constructor and Destructor


o ~CATExtrapolateBody
public virtual ~CATExtrapolateBody()
Destructor.

Methods


o GetResult
public CATBody* GetResult()
Returns the pointer to the resulting body.
o GetTopReport
public CATCGMJournalList * GetTopReport()
o Run
public int Run()
Runs this operator.
o SetLimitToExtrapolate
public void SetLimitToExtrapolate(CATCell* iEndCell,
double iLength)
Specifies the extrapolation length.
Parameters:
iEndCell
The pointer to the cell to be extrapolated.
iLength
The extrapolation length.

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

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