Click or drag to resize

AngularMotorProperties Class

[Missing <summary> documentation for "T:Demo3D.Visuals.AngularMotorProperties"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          OwnedProperties
            Demo3D.VisualsMotorProperties
              Demo3D.VisualsAngularMotorProperties

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class AngularMotorProperties : MotorProperties

The AngularMotorProperties type exposes the following members.

Constructors
  NameDescription
Public methodAngularMotorProperties
Initializes a new instance of the AngularMotorProperties class
Top
Properties
  NameDescription
Public propertyAcceleration (Overrides MotorPropertiesAcceleration.)
Public propertyAccelerationBindableItem (Inherited from MotorProperties.)
Public propertyCurrentAcceleration (Overrides MotorPropertiesCurrentAcceleration.)
Public propertyCurrentSpeed (Overrides MotorPropertiesCurrentSpeed.)
Public propertyDeceleration (Overrides MotorPropertiesDeceleration.)
Public propertyDecelerationBindableItem (Inherited from MotorProperties.)
Public propertyDirection (Inherited from MotorProperties.)
Public propertyDistanceAtPulseBindableItem (Inherited from MotorProperties.)
Public propertyDistanceTravelled (Overrides MotorPropertiesDistanceTravelled.)
Public propertyForwardsBindableItem (Inherited from MotorProperties.)
Public propertyGrayCode (Inherited from MotorProperties.)
Public propertyInitialDistanceTravelled (Inherited from MotorProperties.)
Public propertyInitialState (Inherited from MotorProperties.)
Public propertyIsMotorForwards (Inherited from MotorProperties.)
Public propertyIsMotorOn (Inherited from MotorProperties.)
Public propertyIsMotorOnForwards (Inherited from MotorProperties.)
Public propertyIsMotorOnReverse (Inherited from MotorProperties.)
Public propertyLastPulseDistance (Inherited from MotorProperties.)
Public propertyLastSpeedAtPulse (Inherited from MotorProperties.)
Public propertyMaxPulseCount (Inherited from MotorProperties.)
Public propertyMinPulseCount (Inherited from MotorProperties.)
Public propertyMovementStatusBindableItem (Inherited from MotorProperties.)
Public propertyNotifyDistances (Inherited from MotorProperties.)
Public propertyNotifySpeedChanges (Inherited from MotorProperties.)
Public propertyNotifySpeeds (Inherited from MotorProperties.)
Public propertyOnForwardsBindableItem (Inherited from MotorProperties.)
Public propertyOnNotifyDistance (Inherited from MotorProperties.)
Public propertyOnNotifyMovementStatus (Inherited from MotorProperties.)
Public propertyOnNotifySpeed (Inherited from MotorProperties.)
Public propertyOnNotifySpeedChange (Inherited from MotorProperties.)
Public propertyOnReverseBindableItem (Inherited from MotorProperties.)
Public propertyPulseBindableItem (Inherited from MotorProperties.)
Public propertyPulseCountBindableItem (Inherited from MotorProperties.)
Public propertyPulseDistance (Inherited from MotorProperties.)
Public propertyPulseEnabled (Inherited from MotorProperties.)
Public propertyPulseGenerationMode (Inherited from MotorProperties.)
Public propertyPulseHighRatio (Inherited from MotorProperties.)
Public propertySpeed (Overrides MotorPropertiesSpeed.)
Public propertySpeedAtPulseBindableItem (Inherited from MotorProperties.)
Public propertySpeedBindableItem (Inherited from MotorProperties.)
Public propertyStartSpeed (Overrides MotorPropertiesStartSpeed.)
Public propertyStartTime (Inherited from MotorProperties.)
Public propertyState (Inherited from MotorProperties.)
Public propertyStateBindableItem (Inherited from MotorProperties.)
Public propertyTargetSpeed (Inherited from MotorProperties.)
Public propertyTimeUntilStopped (Inherited from MotorProperties.)
Top
Methods
Events
  NameDescription
Public eventAccelListeners (Inherited from MotorProperties.)
Public eventDecelListeners (Inherited from MotorProperties.)
Public eventDirectionListeners (Inherited from MotorProperties.)
Public eventPulseEnabledListeners (Inherited from MotorProperties.)
Public eventSpeedListeners (Inherited from MotorProperties.)
Public eventStateListeners (Inherited from MotorProperties.)
Top
See Also