GMOperatorsInterfaces Global Function CATCGMCreateTopReflectLine


CATCGMCreateTopReflectLine( iFactory,
iInputSkin,
iDirection,
iAngle,
iData)
Creates the operator to compute the CYLINDRICAL reflect lines on a skin body. Cylindrical reflect line definition:
If a skin S, a direction D and an angle alpha are given, the cylindrical reflect line is the set of points P from the skin S for which the angle between the normal to S in P and direction D is equal to alpha.
Parameters:
iFactory
The pointer to the geometry factory.
iInputSkin
The pointer to the skin body on which the reflect lines are computed.
iDirection
The view direction.
iAngle
The angle between the shell normal and iDirection at the points of the reflect lines.
iData
Data for this current operation.
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: CATCGMCreateTopReflectLine.h

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