SIMAnimationStandardItf Interface CATAnimationFactory
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATAnimationFactory
Role: Function dedicated to retrieving an animation factory objects.
This provides a service to instantiate an animation factory object.
- Example:
-
CATIAnimationFactory* pAnimationFactory = NULL;
CATAnimationFactory::CreateFactory( &pAnimationFactory );
Method Index
- o
CreateFactory(CATIAnimationFactory**)
- Retrieves an factory which can create animation objects.
Methods
o CreateFactory
public static CreateFactory( | | opAnimationFactory) |
-
Retrieves an factory which can create animation objects.
Role: This method creates a new animation factory.
- Parameters:
-
- opAnimationFactory
- [out, IUnknown#Release] CATIAnimationFactory. The pointer on the new animation factory.
This object is included in the file: CATAnimationFactory.h
If needed, your Imakefile.mk should include the module: SIMAnimationStandardItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.