All Frameworks  Class Hierarchy  This Framework  Indexes   

SimulationInterfaces Interface CATIReplay

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIReplay

Edit a simulation Replay.

A replay enables the end-user to play a simulation which was recorded before. It is made of several channels : each channel describes the evolution of one property over time (the position of a part or the distance between two parts are examples of properties).


Method Index


o GetChannel(int,CATIReplayChannel**)
Read one of the replay's channel.
o GetNumberOfChannel(int*)
Read the number of channels referenced in the replay.

Methods


o GetChannel
public virtual GetChannel( iIndex,
oChannel)
Read one of the replay's channel.
Parameters:
iIndex
The index of the channel. This index must be greater or equal to 1 and lower or equal to the number of channels.
oChannel
The channel.
Returns:
HRESULT
See also:
CATIReplayChannel
o GetNumberOfChannel
public virtual GetNumberOfChannel( oNumber)
Read the number of channels referenced in the replay.
Parameters:
oNumber
The number of channels.
Returns:
HRESULT

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

Copyright © 2003, Dassault Systèmes. All rights reserved.