GMOperatorsInterfaces Global Function CATCGMCreateGeodesicPointDir


CATCGMCreateGeodesicPointDir( iFactory,
iData,
iSupportShell,
iFaceSupportPoint,
iParamPoint,
iTangent,
iLength,
iMode= BASIC)
Creates a CATICGMSketchGeodesic operator that computes the geodesic on a support from a start point, a direction and a length.
Parameters:
iFactory
The pointer to the factory of the resulting body.
iData
The pointer to the data defining the software configuration and the journal. If the journal inside iData is NULL, it is not filled.
iSupportShell
The pointer to the body defining the support of the geodesic.
iFaceSupportPoint
The pointer to the face on which the start point is located.
iParamPoint
The pointer to the SurParam corresponding to the start point.
iTangent
The pointer to the direction of the geodesic.
iLength
The param iLength which specifies the length of the resulting geodesic.
iMode
The operator mode.
BASIC The operation is performed at the operator creation. NOT TO BE USED.
ADVANCEDUse the Run method.
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: CATCGMCreateSketchGeodesic.h

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