csc.update.ExternalProperty¶
- class csc.update.ExternalProperty¶
ExternalProperty enum
This enumerates the basic types of ExternalProperty states: Fixation, IkFk, InterpolationType, IsInterpolation, AfterPhysics, IsKey
Members:
Fixation
IkFk
InterpolationType
IsInterpolation
fixation
IsKey
- __init__(self: csc.update.ExternalProperty, value: int) None ¶
Methods
__init__
(self, value)Attributes
- Fixation = <ExternalProperty.Fixation: 0>¶
- IkFk = <ExternalProperty.IkFk: 1>¶
- InterpolationType = <ExternalProperty.InterpolationType: 2>¶
- IsInterpolation = <ExternalProperty.IsInterpolation: 3>¶
- IsKey = <ExternalProperty.IsKey: 5>¶
- __index__(self: csc.update.ExternalProperty) int ¶
- __init__(self: csc.update.ExternalProperty, value: int) None ¶
- __int__(self: csc.update.ExternalProperty) int ¶
- __members__ = {'Fixation': <ExternalProperty.Fixation: 0>, 'IkFk': <ExternalProperty.IkFk: 1>, 'InterpolationType': <ExternalProperty.InterpolationType: 2>, 'IsInterpolation': <ExternalProperty.IsInterpolation: 3>, 'IsKey': <ExternalProperty.IsKey: 5>, 'fixation': <ExternalProperty.fixation: 4>}¶
- __module__ = 'csc.update'¶
- __setstate__(self: csc.update.ExternalProperty, state: int) None ¶
- __str__()¶
name(self: handle) -> str
- fixation = <ExternalProperty.fixation: 4>¶
- property name¶
- property value¶