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