GMOperatorsInterfaces Global Function CATCGMTopCreateSolidCuboid


CATCGMTopCreateSolidCuboid( iFactory,
iData,
const iPt1,
const iPt2,
const iPt3,
const iPt4)
Constructs an operator that creates a topological cube. The Run method must be used.
              ________
        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:
[out, IUnknown#Release] The pointer to the created operator. To be released with the Release method after use.

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

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.