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>
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__ () |
def __reduce__ | ( | ) |
def GetSnapRequested | ( | ) |
Python Docstring:
GetSnapRequested( (FBConstraintInfo)arg1) -> bool
C++ Signature:
bool GetSnapRequested()
Was a 'snap' requested?
def GetZeroRequested | ( | ) |
Python Docstring:
GetZeroRequested( (FBConstraintInfo)arg1) -> bool
C++ Signature:
bool GetZeroRequested()
Was a 'zero' requested?
def __init__ | ( | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python