GMOperatorsInterfaces Global Function CATCGMCreateSolidTorus
CATCGMCreateSolidTorus( | | iFactory, |
| | iData, |
| const | iAxis, |
| const | iMajor, |
| const | iMinor) |
-
- Deprecated:
- R211 CATCGMTopCreateSolidTorus
Constructs an operator that creates a topological torus.
- 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.
- iAxis
- The axes system of the torus.
- iMajor
- The point defining the major ring, such that its distance to the third direction of iAxis is the radius
of the major ring.
- iMinor
- The point defining the minor ring, such that its distance to iMajor is the radius
of the minor ring.
- 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: CATICGMSolidTorus.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.