FBPlotOptions Class Reference

#include <mobu-python-api.h>

Class Description

Option parameters for plotting.

+ Inheritance diagram for FBPlotOptions:

Public Member Functions

 __reduce__ ()
 
 __init__ (object arg1)
 Constructor. More...
 

Public Attributes

bool ConstantKeyReducerKeepOneKey
 Should the constant key reducer keep at least one key? More...
 
bool PlotAllTakes
 Should we plot all takes? More...
 
bool PlotOnFrame
 Should we plot on frame? More...
 
ORSDK2018::FBTime PlotPeriod
 The plot period (1/fps). More...
 
bool PlotTranslationOnRootOnly
 Should we plot the translation on root only? More...
 
bool PreciseTimeDiscontinuities
 Should we use precise time discontinuities? More...
 
bool PlotLockedProperties
 Should we plot locked properties? More...
 
FBRotationFilter RotationFilterToApply
 The rotation filter to apply. More...
 
FBPlotTangentMode PlotTangentMode
 The tangent mode for plotted curve. More...
 
bool UseConstantKeyReducer
 Should we use a constant key reducer with the filter? More...
 

Member Function Documentation

__init__ ( object  arg1)

Constructor.

Python Docstring:

__init__( (object)arg1) -> None 

C++ Signature:

 FBPlotOptions() 
__reduce__ ( )

Member Data Documentation

bool ConstantKeyReducerKeepOneKey

Should the constant key reducer keep at least one key?

bool PlotAllTakes

Should we plot all takes?

bool PlotLockedProperties

Should we plot locked properties?

bool PlotOnFrame

Should we plot on frame?

ORSDK2018::FBTime PlotPeriod

The plot period (1/fps).

FBPlotTangentMode PlotTangentMode

The tangent mode for plotted curve.

bool PlotTranslationOnRootOnly

Should we plot the translation on root only?

bool PreciseTimeDiscontinuities

Should we use precise time discontinuities?

FBRotationFilter RotationFilterToApply

The rotation filter to apply.

bool UseConstantKeyReducer

Should we use a constant key reducer with the filter?