SIMAnimationStandardItf CATAnimationValueUtils
Usage: you must use this class as is. You should never derive it.
public class CATAnimationValueUtils
Role: Utilities dedicated for the creation of animation values.
This utilitiy set provides services to instantiate animation values for
the available data types.
- See also:
-
Method Index
- o
GetBooleanAnimationValue(CATIAnimationValue**)
- Retrieves a new animation value to manage boolean values.
- o
GetDoubleAnimationValue(CATIAnimationValue**)
- Retrieves a new animation value to manage double values.
- o
GetIntegerAnimationValue(CATIAnimationValue**)
- Retrieves a new animation value to manage integer values.
- o
GetOctetAnimationValue(CATIAnimationValue**)
- Retrieves a new animation value to manage octet values.
- o
GetStringAnimationValue(CATIAnimationValue**)
- Retrieves a new animation value to manage string values.
Methods
o GetBooleanAnimationValue
public static GetBooleanAnimationValue( | | opiAnimationValue) |
-
Retrieves a new animation value to manage boolean values.
Role: This method creates a new animation value to persist
boolean values.
- property type identifier
- animated object
- Parameters:
-
- opiAnimationValue
- [out, IUnknown#Release] CATIAnimationValue. The pointer on the new animation value.
o GetDoubleAnimationValue
public static GetDoubleAnimationValue( | | opiAnimationValue) |
-
Retrieves a new animation value to manage double values.
Role: This method creates a new animation value to persist
double values.
- property type identifier
- animated object
- Parameters:
-
- opiAnimationValue
- [out, IUnknown#Release] CATIAnimationValue. The pointer on the new animation value.
o GetIntegerAnimationValue
public static GetIntegerAnimationValue( | | opiAnimationValue) |
-
Retrieves a new animation value to manage integer values.
Role: This method creates a new animation value to persist
integer values.
- property type identifier
- animated object
- Parameters:
-
- opiAnimationValue
- [out, IUnknown#Release] CATIAnimationValue. The pointer on the new animation value.
o GetOctetAnimationValue
public static GetOctetAnimationValue( | | opiAnimationValue) |
-
Retrieves a new animation value to manage octet values.
Role: This method creates a new animation value to persist
octet values.
- property type identifier
- animated object
- Parameters:
-
- opiAnimationValue
- [out, IUnknown#Release] CATIAnimationValue. The pointer on the new animation value.
o GetStringAnimationValue
public static GetStringAnimationValue( | | opiAnimationValue) |
-
Retrieves a new animation value to manage string values.
Role: This method creates a new animation value to persist
string values.
- property type identifier
- animated object
- Parameters:
-
- opiAnimationValue
- [out, IUnknown#Release] CATIAnimationValue. The pointer on the new animation value.
This object is included in the file: CATAnimationValueUtils.h
If needed, your Imakefile.mk should include the module: SIMAnimationStandardItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.