GMOperatorsInterfaces Interface CATICGMExtrapolateBody

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


interface CATICGMExtrapolateBody

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:


Method Index


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

Methods


o GetResult
public virtual GetResult()
Returns the pointer to the resulting body.
o Run
public virtual Run()
Runs this operator.
o SetLimitToExtrapolate
public virtual 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: CATICGMExtrapolateBody.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.