GMOperatorsInterfaces Global Function CATCGMCreateTopologicalBlendCurve


CATICGMTopologicalBlendCurve * CATCGMCreateTopologicalBlendCurve(CATGeoFactory* iFactory,
CATTopData* iData,
CATBody* iWire1,
CATBody* iWireParam1,
CATBody* iWire2,
CATBody* iWireParam2)
Creates a topological operator that connects two wire bodies.
Parameters:
iFactory
The pointer to the factory of the geometry.
iData
The pointer to object defining the journal and the software configuration. If the pointer to the journal is NULL, the journal is not filled in.
iWire1
The pointer to the first wire body, containing only one wire.
iWireParam1
The pointer to a vertex body on iWire1, defining where the connection must be done.
iWire2
The pointer to the second wire body, containing only one wire.
iWireParam2
The pointer to a vertex body on iWire2, defining where the connection must be done.
Returns:
[out, IUnknown#Release] The pointer to the created operator. To be released with the Release method after use.
See also:
CATICGMTopologicalBlendCurve

This object is included in the file: CATICGMTopologicalBlendCurve.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces

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