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