This reference page is linked to from the following overview topics: MotionBuilder 2014.
#include <mobu-python-api.h>
FBProperty View List. Hold list of description for view set.
Public Member Functions |
|
def | __reduce__ () |
def | IsEditable () |
def | AddPropertyView () |
def | RemovePropertyView () |
def | FindPropertyView () |
def | __init__ () |
def __reduce__ | ( | ) |
def IsEditable | ( | ) |
Python Docstring:
IsEditable( (FBPropertyViewList)arg1) -> bool
C++ Signature:
bool IsEditable()
Is property view list editable.
def AddPropertyView | ( | ) |
Python Docstring:
AddPropertyView( (FBPropertyViewList)arg1, (FBProperty)arg2, (str)arg3) -> FBPropertyViewDefinition
C++ Signature:
FBPropertyViewDefinition * AddPropertyView(FBProperty * pProperty, const char * pHierarchy)
Add property view.
pProperty | Property to add. |
pHierarchy | Hierarchy under which property view should be created, each level name is separated by dot (for example "Degrees of Freedom.Translation"). |
def RemovePropertyView | ( | ) |
Python Docstring:
RemovePropertyView( (FBPropertyViewList)arg1, (FBPropertyViewDefinition)arg2) -> bool
C++ Signature:
bool RemovePropertyView(FBPropertyViewDefinition * pPropertyViewDefinition)
Remove property view from view list.
pPropertyViewDefinition | Property view definition to destroy. |
def FindPropertyView | ( | ) |
Python Docstring:
FindPropertyView( (FBPropertyViewList)arg1, (str)arg2) -> FBPropertyViewDefinition
C++ Signature:
FBPropertyViewDefinition * FindPropertyView(const char * pPropertyName)
Find property view for pPropertyName in this list.
def __init__ | ( | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
C++ Constructors:
The reference documentation for the following C++ symbols may
contain additional relevant information.