All Frameworks  Class Hierarchy  This Framework  Indexes   

BasicTopologicalOpe Class CATTopLineOperator

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


public class CATTopLineOperator

Class defining a topological operator that builds a line body.

The definition of the line can be:


This operator follows the general scheme of the topological operators. For a basic use, use the functions CATCreateTopLineXXX that directly returns a line body. If you need to tune specific parameters, use the advanced scheme:
The created body can be removed from the factory with the CATICGMContainer.Remove method as any CATICGMObject.


Constructor and Destructor Index


o ~CATTopLineOperator()

Method Index


o GetFirstLimit(double&)
Reads the first limitation, set for this CATTopLineOperator.
o GetSecondLimit(double&)
Reads the second limitation, set for this CATTopLineOperator.
o SetFirstLimit(double)
Defines the first limitation of the Line Body.
o SetSecondLimit(double)
Defines the second limitation of the Line Body.

Constructor and Destructor


o ~CATTopLineOperator
public virtual ~CATTopLineOperator()

Methods


o GetFirstLimit
public virtual GetFirstLimit( ioFirstLength)
Reads the first limitation, set for this CATTopLineOperator.
Parameters:
ioFirstLength
The length from the origin of the line to define the first limitation.
o GetSecondLimit
public virtual GetSecondLimit( ioSecondLength)
Reads the second limitation, set for this CATTopLineOperator.
Parameters:
ioSecondLength
The length from the origin of the line to define the second limitation.
o SetFirstLimit
public virtual SetFirstLimit( iFirstLength)
Defines the first limitation of the Line Body.
Parameters:
iFirstLength
The length from the origin of the line to define the first limitation.
o SetSecondLimit
public virtual SetSecondLimit( iSecondLength)
Defines the second limitation of the Line Body.
Parameters:
iSecondLength
The length from the origin of the line to define the second limitation.

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

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