All Frameworks  Class Hierarchy  This Framework  Indexes   

TopologicalOperators Class 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 GetResult()
Returns the pointer to the resulting body.
o GetTopReport
public GetTopReport()
o Run
public Run()
Runs this operator.
o SetLimitToExtrapolate
public SetLimitToExtrapolate( iEndCell,
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.