fbxsdk/scene/constraint/fbxconstraintscale.h Source File
Go to the documentation of this file.
13 #ifndef _FBXSDK_SCENE_CONSTRAINT_SCALE_H_
14 #define _FBXSDK_SCENE_CONSTRAINT_SCALE_H_
68 void AddConstraintSource(
FbxObject* pObject,
double pWeight = 100);
84 void SetConstrainedObject(
FbxObject* pObject);
94 #ifndef DOXYGEN_SHOULD_SKIP_THIS
#define FBXSDK_OBJECT_DECLARE(Class, Parent)
Macro used to declare a new class derived from FbxObject.
FBX SDK environment definition.
FbxPropertyT< FbxDouble3 > Scaling
This property handles scaling offset.
virtual FbxObject * GetConstrainedObject() const
Retrieve the constrained object.
FbxPropertyT< FbxBool > AffectZ
This property handles whether to affect z axis.
FbxPropertyT< FbxReference > ConstrainedObject
This property handles constraint target objects.
virtual EType GetConstraintType() const
Access the type of the constraint.
virtual FbxObject * GetConstraintSource(int) const
Retrieve a constraint source with the specified index.
Base class for weighted animation constraints.
The base class of most FBX objects.
FbxPropertyT< FbxReference > ConstraintSources
This property handles constraint source objects.
This constraint class contains methods for accessing the properties of a scale constraint.
FbxPropertyT< FbxBool > AffectY
This property handles whether to affect y axis.
EType
Constraint attribute types.
FbxPropertyT< FbxBool > AffectX
This property handles whether to affect x axis.
virtual int GetConstraintSourceCount() const
Retrieve the count of constraint source.
virtual void ConstructProperties(bool pForceSet)
Optional property constructor override, automatically called by default constructor.