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

Fixation

InterpolationType

IsForwardKinematics

IsInterpolation

IsKey

KinematicsType

name

value

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__ = {}
__eq__(self: object, other: object) bool
__getstate__(self: object) int
__hash__(self: object) int
__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'
__ne__(self: object, other: object) bool
__repr__(self: object) str
__setstate__(self: csc.update.ExternalProperty, state: int) None
__str__(self: object) str
property name
property value