#include <mobu-python-api.h>
FBObjectPoseOptions class. This class exposes the object used to store the options for operations on object poses.
Public Member Functions |
|
def | __reduce__ () |
def | __init__ () |
def | ClearFlag () |
def | GetFlag () |
def | SetFlag () |
Public Attributes |
|
FBPoseTransformType | mPoseTransformType |
FBMatrix | mReferenceGRM |
FBMatrix | mReferenceGSM |
FBVector4 | mReferenceGT |
def __reduce__ | ( | ) |
def __init__ | ( | ) |
Python Docstring:
__init__( (object)arg1) -> None
C++ Signature:
FBObjectPoseOptions()
Constructor.
def ClearFlag | ( | ) |
Python Docstring:
ClearFlag( (FBObjectPoseOptions)arg1) -> None
C++ Signature:
void ClearFlag()
Clear all flags.
def GetFlag | ( | ) |
Python Docstring:
GetFlag( (FBObjectPoseOptions)arg1, (FBObjectPoseOptionsFlag)arg2) -> bool
C++ Signature:
bool GetFlag(FBObjectPoseOptionsFlag pFlag)
Get a flag value.
pFlag | Flag to get. |
def SetFlag | ( | ) |
Python Docstring:
SetFlag( (FBObjectPoseOptions)arg1, (FBObjectPoseOptionsFlag)arg2, (object)arg3) -> None
C++ Signature:
void SetFlag(FBObjectPoseOptionsFlag pFlag, bool pValue)
Set a flag value.
pFlag | Flag to set. |
pValue | Value to set. |
FBVector4 mReferenceGT |