Replay (Object)

The interface to access a CATIAReplay

Use this interface to customize the Replay object


Methods


Func AddProductMotion( iProduct) As
Adds a product to be taken into account in the Replay object.
Parameters:
iProduct
CATIAProduct. Product to add.
oChannel
Channel number.
Sub AddSample( iChannel, iCurrentTime, iPosition)
Adds a sample(set of values) for a channel at a specific time
Parameters:
iChannel
Channel number.
iCurrentTime
Time.
iPosition
Array of values to consider the the specified channel.
Func GetNbProductMotion() As
Get the number of channel related to products.
Parameters:
oNbChannel
Number of channel associated to products.
Func GetNbSample( iChannel) As
Get the number of samples for a channel number.
Parameters:
iChannel
Channel index.
oNbSample
Number of samples.
Func GetProduct( iChannel) As
Get the product for a channel.
Parameters:
iChannel
Channel index.
oProduct
Product.
Sub GetSamplePosition( iChannel, iSample, oPosition)
Get the sample values.
Parameters:
iChannel
Channel index.
iSample
Sample index.
oPosition
Array of values.
Func GetSampleTime( iChannel, iSample) As
Get the sample time.
Parameters:
iChannel
Channel index.
iSample
Sample index.
oTime
Time value.
Sub RemoveSample( iChannel, iSample)
Remove a specific sample.
Parameters:
iChannel
Channel index.
iSample
Sample index.