FBConstraintInfo Class Reference
 
 
 
FBConstraintInfo Class Reference

This reference page is linked to from the following overview topics: Adjusting the Extraction, Solving from the Goal to the Skeleton.


#include <mobu-python-api.h>


Class Description

Constraint information class. This data structure is passed to the real-time evaluation callback for a constraint (AnimationNodeNotify()).

Public Member Functions

def  __reduce__ ()
def  GetSnapRequested ()
def  GetZeroRequested ()
def  __init__ ()

Member Function Documentation

def __reduce__ ( )
def GetSnapRequested ( )

Python Docstring:

GetSnapRequested( (FBConstraintInfo)arg1) -> bool 

C++ Signature:

bool GetSnapRequested() 

Was a 'snap' requested?

Returns:
true if 'snap' was requeststed.
def GetZeroRequested ( )

Python Docstring:

GetZeroRequested( (FBConstraintInfo)arg1) -> bool 

C++ Signature:

bool GetZeroRequested() 

Was a 'zero' requested?

Returns:
true if 'zero' was requeststed.
def __init__ ( )

Python Docstring:

Raises an exception
This class cannot be instantiated from Python