Click or drag to resize

AngularMotorProperties Class

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

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

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
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 propertyCurrentAcceleration (Overrides MotorPropertiesCurrentAcceleration.)
Public propertyCurrentSpeed (Overrides MotorPropertiesCurrentSpeed.)
Public propertyDeceleration (Overrides MotorPropertiesDeceleration.)
Public propertyDirection (Inherited from MotorProperties.)
Public propertyDistanceTravelled (Overrides MotorPropertiesDistanceTravelled.)
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 propertyMaxPulseCount (Inherited from MotorProperties.)
Public propertyMinPulseCount (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 propertyStartSpeed (Overrides MotorPropertiesStartSpeed.)
Public propertyStartTime (Inherited from MotorProperties.)
Public propertyState (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