AdvancedTopologicalOpe Global Function CATCreateGeodesicPointDir
All Frameworks Class Hierarchy This Framework Indexes
AdvancedTopologicalOpe Global Function CATCreateGeodesicPointDir
-
Creates a CATSketchGeodesic 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:
- The pointer to the created operator. To delete with the usual C++ delete operator after use.
This object is included in the file: CATCreateSketchGeodesic.h
Copyright © 2003, Dassault Systèmes. All rights reserved.