GMOperatorsInterfaces Global Function CATCGMTopCreateSolidTorus


CATCGMTopCreateSolidTorus( iFactory,
iData,
const iAxis,
const iMajor,
const iMinor)
Constructs an operator that creates a topological torus. The Run method must be used to generate a result.
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.