_3D.SelfAnimations.AnimationTimeTotal

Syntax

<Path>._3D.SelfAnimations.AnimationTimeTotal → time

The attribute _3D.SelfAnimations.AnimationTimeTotal returns the time which the animation of all blocks for the object designated by <Path> will most likely require. The time measurement relates to the simulation time.

Return Value

The return value has the data type time.

Example

var t : time := self.~._3D.SelfAnimations.AnimationTimeTotal

Related Topic

_3D.SelfAnimations.AnimationTimeBlock