All Frameworks  Class Hierarchy  This Framework  Indexes

TopologicalOperators Global Function CATCreateSolidPyramid


CATSolidPyramid * CATCreateSolidPyramid(CATGeoFactory* iFactory,
CATTopData* iData,
const CATMathPoint& iPt1,
const CATMathPoint& iPt2,
const CATMathPoint& iPt3,
const CATMathPoint& iTop)
Constructs an operator that creates a topological pyramid.
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.
iPt1
The first point of the base.
iPt2
The second point of the base.
iPt3
The third point of the base.
iTop
The point defining the top of the pyramid.
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

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

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