GMModelInterfaces Global Function CATCGMCreatePropagationEdge


CATCGMCreatePropagationEdge( iFactory,
iTopData,
iBody,
iInitialEdges,
iPropagationType,
iRollingEdges= NULL)
Creates a tangency propagation operator for edges.
Parameters:
iFactory
A pointer to the factory of the resulting body.
iTopData
A pointer to the topological data.
iBody
A pointer to the body to be propagated on.
iInitialEdges
A pointer to the list of initial edges in iBody.
iPropagationType
The propagation type :
Legal values: CATEdgePropagManual - NOT TO BE USED CATEdgePropagAuto
iRollingEdges
A pointer to the list of rolling edges - SPECIFY NULL
Returns:
The pointer to the created operator. You must Release this operator after use.
  • After the run, the list of result edges is retrieved by
  • CATICGMTopPropagationEdge::GetResultListEdges(CATLISTP(CATCell) & ioListEdges).
    Returns:
    [out, IUnknown#Release]

This object is included in the file: CATCGMCreatePropagationEdge.h

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