All Frameworks  Class Hierarchy  This Framework  Indexes

TopologicalOperators Global Function CATCreateSolidTorus


CATSolidTorus * CATCreateSolidTorus(CATGeoFactory* iFactory,
CATTopData* iData,
const CATMathAxis& iAxis,
const CATMathPoint& iMajor,
const CATMathPoint& iMinor)
Constructs an operator that creates a topological torus.
Parameters:
iFactory
The pointer to the factory of the geometry.
iData
The pointer to the data defining the software configuration and the journal. If the journal inside iData is NULL, it is not filled.
iAxis
The axes system of the torus.
iMajor
The point defining the major ring, such that its distance to the third direction of iAxis is the radius of the major ring.
iMinor
The point defining the minor ring, such that its distance to iMajor is the radius of the minor ring.
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

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

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