DataCommonProtocolUse Interface CATI3DVisuProvider

Usage: you can freely reimplement this interface.


interface CATI3DVisuProvider

Interface used to retrieve the children of a base feature's extension(s).
Role: the provider algorithm handles the extension's children in order to include them in the visualization process.

See also:


Method Index


o GetChildren(CATBaseUnknown*,CATLISTP(CATBaseUnknown)**)
Returns a list of the children of a base feature's extension(s).

Methods


o GetChildren
public virtual GetChildren( iObj,
oListChildren)
Returns a list of the children of a base feature's extension(s).
Parameters:
iObj
The base feature object.
oListChildren
The list of the children of the base feature's extension(s).
Returns:
The code error.
S_OK
the method is successful
E_FAIL
otherwise

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

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