SIMAnimationStandardItf Interface CATIAnimationFactory

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


interface CATIAnimationFactory

Role: Interface dedicated for the creation of an animation object, given a container and a name.

This interface provides authoring capability for an animation object. The end-user must make sure the proper setup (licensing) is available for for data creation.


Method Index


o CreateAnimation(CATBaseUnknown_var&,CATUnicodeString&,CATBaseUnknown_var&)
Creates an animation result object in a given container.

Methods


o CreateAnimation
public virtual CreateAnimation( ispContainer,
const iAnimationName,
ospAnimation)
Creates an animation result object in a given container.
Role: This method will create an animation object and aggregate it under the input subresult. The animation object is created based on the input iName.
Parameters:
ispSubResult
[in] The subresult to aggregate the new animation object under.
iAnimationName
[in] CATUnicodeString. The name of the animation.
ospAnimation
[out] The returned animation object.

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

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.