All Frameworks  Class Hierarchy  This Framework  Indexes

TopologicalOperators Global Function CATCreateSolidCylinder


CATSolidCylinder * CATCreateSolidCylinder(CATGeoFactory* iFactory,
CATTopData* iData,
const CATMathPoint& iFirstPointOnAxis,
const CATMathPoint& iSecondPointOnAxis,
const CATMathPoint& iPointOnSurface)
Constructs an operator that creates a topological cylinder.
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.
iFirstPointOnAxis
The first limit of the axis.
iSecondPointOnAxis
The second limit of the axis.
iPointOnSurface
A point belonging to the boundary of the cylinder (to define the radius).
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

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

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