GMOperatorsInterfaces Global Function CATCGMCreateTopLineAngledTangentToWire
CATCGMCreateTopLineAngledTangentToWire( | | iFactory, |
| | iTopData, |
| | iOriginPoint, |
| | iWire, |
| | iShellOfWire, |
| | iLength, |
| | iAngle) |
-
Creates a line body angled to the tangent to the wire at the origin point,
and lying in the plane tangent to the shell at the origin point.
In other words:
- consider T as the tangent to the wire at the origin point P,
- build the result line by rotation of T of a given angle round the
normal to the shell at P.
- 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).
- iWire
- The wire which contains the origin point. It must be included in the shell.
- iShellOfWire
- The pointer to the shell containing the origin point and the wire.
- iLength
- The length of the line from the origin point.
- iAngle
- The angle in radian of the rotation around the normal of the shell at the origin point.
- Returns:
- The pointer to the created line body. To remove with the
method.
This object is included in the file: CATICGMTopLineOperator.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.