GMOperatorsInterfaces Global Function CATCGMCreateTopSimilarCurve


CATCGMCreateTopSimilarCurve( iFacto,
iData,
iBaseCurve,
iInputCurve1= NULL,
iInputCurve2= NULL)
Creates a topological operator that connects to curves according to the specification of a base curve.
Parameters:
iFactory
The pointer to the factory of the geometry.
iTopData
The pointer to the data defining the software configuration and the journal. If the journal inside iData is NULL, it is not filled.
iBaseCurve
The base curve.
iInputCurve1
One of the wire to be connected. The start/end point must be laid down on iInputCurve1. If NULL is specified, the start/end point is free.
iInputCurve2
The other wire to be connected. The end/start point must be laid down on iInputCurve2. If NULL is specified, the end/start point is free.
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: CATICGMTopSimilarCurve.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces

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