GMModelInterfaces Global Function CATCGMCreateReflectCurve


CATCGMCreateReflectCurve( iFactory,
iConfig,
iSur,
iDir,
iAngle= 0.,
mode= BASIC)
Creates an operator for the computation of the reflect curves.
The reflect curves are the set of points of a surface such that the surface normal at these points and a direction defines a constant angle.
Parameters:
iWhere
The pointer to the factory of the geometry.
iSur
The pointer to the surface on which the curves are computed.
iDir
The direction.
iAngle
The constant angle between the surface normal at a point of the reflect curve and the direction iDir.
iMode
The mode of use.
Legal values:
BASIC
The operation is performed at the operator creation (only available).
ADVANCED
Use the Run method to computes the operation (not implemented yet).
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: CATCGMCreateReflectCurve.h

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