Interfaces > Core Interfaces > BipAnalyzer |
<void>BipAnalyzer.DoNoiseDetectorAnalysis <&node array>nodeTab <interval>range <float>deviation <boolean>angular <integer>noiseType <node>parentNode nodeTab is In and Out parameter
Performs Noise Detector Analysis of the specified nodes in the given interval using the supplied deviation. If angular is true, the Rotation will be analysed, otherwise the Position will be analysed. The analysis will be performed relatively to the supplied parentNode.
<void>BipAnalyzer.DoSpikeDetectorAnalysis <&node array>nodeTab <interval>range <float>deviation nodeTab is In and Out parameter
Performs Spike Detector Analysis of the specified nodes in the given interval using the supplied deviation.
<void>BipAnalyzer.DoKneeWobbleAnalysis <&node array>nodeTab <interval>range <float>frameThreshold <float>fluctuationThreshold nodeTab is In and Out parameter
Performs Knee Wobble Analysis of the specified nodes in the given time interval using the supplied frame and fluctuation thresholds.
<void>BipAnalyzer.DoKneeExtensionAnalysis <&node array>nodeTab <interval>range <float>kneeAngle nodeTab is In and Out parameter
Performs Knee Extension Analysis of the specified nodes in the given time interval using the supplied knee angle.
Loads the Analysis File with the given file name.
<void>BipAnalyzer.SaveAnalysisFile <&node array>nodeTab <filename>fileName nodeTab is In and Out parameter
Saves an Analysis File for the specified objects to the given file name.