CKEYPRESET

Detailed Description

Since
R17.032

Enumerations

enum class  CKEYPRESET {
  AUTO_CLAMP ,
  AUTO_OVERSHOOT ,
  FIXED_OVERSHOOTWEIGHTED ,
  CUSTOM ,
  AUTO_OVERSHOOTWEIGHTED
}
 

Functions

enum CKEYPRESET MAXON_ENUM_LIST (CKEYPRESET)
 

Enumeration Type Documentation

◆ CKEYPRESET

enum CKEYPRESET
strong
Enumerator
AUTO_CLAMP 

Auto, Auto Angle, Clamp.

AUTO_OVERSHOOT 

Auto, Auto Angle, remove Overshooting.

FIXED_OVERSHOOTWEIGHTED 

Auto, Fixed Angle, remove Overshooting, weighted.

CUSTOM 

User Defined.

AUTO_OVERSHOOTWEIGHTED 

Auto, Auto Angle, remove Overshooting, weighted.

Function Documentation

◆ MAXON_ENUM_LIST()

enum CKEYPRESET MAXON_ENUM_LIST ( CKEYPRESET  )