GMOperatorsInterfaces Global Function CATCGMCreateTopLineOperatorTangentToWire


CATCGMCreateTopLineOperatorTangentToWire( iFactory,
iTopData,
iOriginPoint,
iCurve,
iLength)
Creates a topological line operator that builds a line tangent to a wire at a given point on the wire.
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 pointer to the wire body which geometrically contains the origin point. This body must only contain one wire.
iLength
The length of the line from the origin point.
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: CATICGMTopLineOperator.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces

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