GMOperatorsInterfaces Global Function CATCGMCreateTopGeodesicLineOperatorFromDirection
CATCGMCreateTopGeodesicLineOperatorFromDirection( | | iFactory, |
| | iTopData, |
| | iSupport, |
| | iOriginPoint, |
| const | iDirection, |
| | iFirstLength, |
| | iSecondLength | = 0) |
-
Creates the CATICGMTopGeodesicLineOperator that will create geodesic line body passing through a point in a given direction.
- Parameters:
-
- iFactory
- The factory that creates the resulting body.
- iTopData
- The pointer to the data defining the software configuration and the journal. If the journal inside iTopData
is NULL, it is not filled.
- iOriginPoint
- The pointer to the point body, origin of the line. This body must only contain one point (vertex).
- iDirection
- The vector defining the line direction.
- iFirstLength
- The first length of the line from the origin point.
- iEndLength
- The second length of the line from the origin point.
- Returns:
- [out, IUnknown#Release] The pointer to the created line body. To remove with the Release method.
This object is included in the file: CATICGMTopGeodesicLineOperator.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.