All Frameworks  Class Hierarchy  This Framework  Indexes

BasicTopologicalOpe Global Function CATCreateTopLineInfiniteOperatorFromDirection


CATTopLineOperator* CATCreateTopLineInfiniteOperatorFromDirection(CATGeoFactory* iFactory,
CATTopData* iTopData,
CATBody* iOriginPoint,
const CATMathVector& iDirection,
CATBoolean iIsSemiInfinite)
Create an infinite line passing through a point in a given direction.
Parameters:
iFactory
The factory that creates the resulting body.
iOriginPoint
The point body origin of the line.
iDirection
The vector giving the line direction.
iIsSemiInfinite
Yes if the line is only infinite in the given direction and No if the line is infinite on the both side.
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator.

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.