GMOperatorsInterfaces Global Function CATCGMCreateSolidCylinder
CATCGMCreateSolidCylinder( | | iFactory, |
| | iData, |
| const | iFirstPointOnAxis, |
| const | iSecondPointOnAxis, |
| | iRadius) |
-
- Deprecated:
- R211 CATCGMTopCreateSolidCylinder
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.
- iRadius
- The radius value.
- 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: CATICGMSolidCylinder.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.