All Frameworks  Class Hierarchy  This Framework  Indexes

TopologicalOperators Global Function CATCreateSolidSphere


CATSolidSphere * CATCreateSolidSphere(CATGeoFactory* iFactory,
CATTopData* iData,
const CATMathPoint& iCenter,
double iRadius)
Constructs an operator that creates a topological sphere.
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.
iCenter
The center of the sphere.
iRadius
The radius of the sphere.
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

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

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