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

This class is used when a modification is made on a FCurve. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBFCurveEvent:

Public Member Functions

 FBFCurveEvent (HKEventBase pEvent)
 Constructor.
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor.
 

Public Attributes

FBFCurve Curve
 Read Only Property: Curve that will receive the new key.

 
int CurveIndex
 Read Only Property: Index of curve.

 
str CurveName
 Read Only Property: Name of curve.

 
FBFCurveEventType EventType
 Read Only Property: Type of fcurve event.

 
int KeyIndexStart
 Read Only Property: Index of the first key which is involved in the event.

 
int KeyIndexStop
 Read Only Property: Index of the last key which is involved in the event.

 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.

 

Detailed Description

This class is used when a modification is made on a FCurve.

It contains the necessary information to identify the owner of the curve and what modification was made.

Constructor & Destructor Documentation

◆ FBFCurveEvent()

FBFCurveEvent ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ Curve

FBFCurve Curve

Read Only Property: Curve that will receive the new key.

◆ CurveIndex

int CurveIndex

Read Only Property: Index of curve.

◆ CurveName

str CurveName

Read Only Property: Name of curve.

◆ EventType

FBFCurveEventType EventType

Read Only Property: Type of fcurve event.

◆ KeyIndexStart

int KeyIndexStart

Read Only Property: Index of the first key which is involved in the event.

◆ KeyIndexStop

int KeyIndexStop

Read Only Property: Index of the last key which is involved in the event.