Python Reference Guide
 
Loading...
Searching...
No Matches
FBPlotOptions Class Reference

Option parameters for plotting. More...

#include <pyfbsdk.h>

Inheritance diagram for FBPlotOptions:

Public Member Functions

 FBPlotOptions ()
 Constructor.
 

Public Attributes

bool PlotAllTakes
 Read Write Property: Should we plot all takes?
 
bool PlotOnFrame
 Read Write Property: Should we plot on frame?
 
FBTime PlotPeriod
 Read Write Property: The plot period (1/fps).
 
FBRotationFilter RotationFilterToApply
 Read Write Property: The rotation filter to apply.
 
bool UseConstantKeyReducer
 Read Write Property: Should we use a constant key reducer with the filter?
 
bool ConstantKeyReducerKeepOneKey
 Read Write Property: Should the constant key reducer keep at least one key?
 
bool PlotTranslationOnRootOnly
 Read Write Property: Should we plot the translation on root only?
 
bool PreciseTimeDiscontinuities
 Read Write Property: Should we use precise time discontinuities?
 
bool PlotLockedProperties
 Read Write Property: Should we plot locked properties?
 
FBPlotTangentMode PlotTangentMode
 Read Write Property: The tangent mode for plotted curve.
 
bool PlotAuxEffectors
 Read Write Property: Should we plot aux effectors?
 
bool EvaluateDeformation
 Read Write Property: Should we evaluate deformation while plotting? This is useful when there is a dependency with the deformation. Disabled by default.
 

Detailed Description

Constructor & Destructor Documentation

◆ FBPlotOptions()

Constructor.

Member Data Documentation

◆ ConstantKeyReducerKeepOneKey

bool ConstantKeyReducerKeepOneKey

Read Write Property: Should the constant key reducer keep at least one key?

◆ EvaluateDeformation

bool EvaluateDeformation

Read Write Property: Should we evaluate deformation while plotting? This is useful when there is a dependency with the deformation. Disabled by default.

◆ PlotAllTakes

bool PlotAllTakes

Read Write Property: Should we plot all takes?

◆ PlotAuxEffectors

bool PlotAuxEffectors

Read Write Property: Should we plot aux effectors?

◆ PlotLockedProperties

bool PlotLockedProperties

Read Write Property: Should we plot locked properties?

◆ PlotOnFrame

bool PlotOnFrame

Read Write Property: Should we plot on frame?

◆ PlotPeriod

FBTime PlotPeriod

Read Write Property: The plot period (1/fps).

◆ PlotTangentMode

FBPlotTangentMode PlotTangentMode

Read Write Property: The tangent mode for plotted curve.

◆ PlotTranslationOnRootOnly

bool PlotTranslationOnRootOnly

Read Write Property: Should we plot the translation on root only?

◆ PreciseTimeDiscontinuities

bool PreciseTimeDiscontinuities

Read Write Property: Should we use precise time discontinuities?

◆ RotationFilterToApply

FBRotationFilter RotationFilterToApply

Read Write Property: The rotation filter to apply.

◆ UseConstantKeyReducer

bool UseConstantKeyReducer

Read Write Property: Should we use a constant key reducer with the filter?