Indexes   

Replay (Object)

The interface to access a CATIAReplay

Use this interface to customize the Replay object


Method Index

AddProductMotion
Adds a product to be taken into account in the Replay object.
AddSample
Adds a sample(set of values) for a channel at a specific time
GetNbProductMotion
Get the number of channel related to products.
GetNbSample
Get the number of samples for a channel number.
GetProduct
Get the product for a channel.
GetSamplePosition
Get the sample values.
GetSampleTime
Get the sample time.
RemoveSample
Remove a specific sample.

Methods


o 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.
o 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.
o Func GetNbProductMotion() As
Get the number of channel related to products.
Parameters:
oNbChannel
Number of channel associated to products.
o Func GetNbSample( iChannel) As
Get the number of samples for a channel number.
Parameters:
iChannel
Channel index.
oNbSample
Number of samples.
o Func GetProduct( iChannel) As
Get the product for a channel.
Parameters:
iChannel
Channel index.
oProduct
Product.
o Sub GetSamplePosition( iChannel,
iSample,
oPosition)
Get the sample values.
Parameters:
iChannel
Channel index.
iSample
Sample index.
oPosition
Array of values.
o Func GetSampleTime( iChannel,
iSample) As
Get the sample time.
Parameters:
iChannel
Channel index.
iSample
Sample index.
oTime
Time value.
o Sub RemoveSample( iChannel,
iSample)
Remove a specific sample.
Parameters:
iChannel
Channel index.
iSample
Sample index.

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