GMOperatorsInterfaces Global Function CATCGMCreateTopCrvToNurbsCrvOperator


CATCGMCreateTopCrvToNurbsCrvOperator( iFactory,
iTopData,
iWireBody,
iEdgeList)
Creates a topological operator to convert the geometry of an edge into a NURBS curve.
Parameters:
iFactory
The pointer to 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.
iWireBody
The pointer to the wire that contains the edges iEdgeList.
iEdgeList
The list of edges whose curve will be transformed into a NURBS curve. Notice that all the edges must belong to the wire.
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: CATICGMTopCrvToNurbsCrvOperator.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces

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