All Frameworks  Class Hierarchy  This Framework  Indexes

TopologicalOperators Global Function CATCreateSolidCuboid


CATSolidCuboid * CATCreateSolidCuboid(CATGeoFactory* iFactory,
CATTopData* iData,
const CATMathPoint& iPt1,
const CATMathPoint& iPt2,
const CATMathPoint& iPt3,
const CATMathPoint& iPt4)
Constructs an operator that creates a topological cube.
              ________
        iPt4 /        /| 
            /        / |
           /  |     /  |
          /________/   |
          |   |    |   |
          |        |   |
          |   |    |   | iPt3
          |iPt1-  -! - /
          |  /     |  /
          |        | /
     iPt2 |/       |/
          |________|  
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 origin of the cube.
iPt2
The limitation in the first direction.
iPt3
The limitation in the second direction.
iPt4
The limitation in the third direction.
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

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

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