Click or drag to resize

KinematicJoint Class

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

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.Visuals.KJEKinematicJoint
              More...

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public abstract class KinematicJoint : BindableBase, 
	IDisposable

The KinematicJoint type exposes the following members.

Constructors
  NameDescription
Public methodKinematicJoint
Initializes a new instance of the KinematicJoint class
Top
Properties
Methods
  NameDescription
Public methodDisableLimits
Public methodDispose
Releases all resources used by the KinematicJoint
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the KinematicJoint and optionally releases the managed resources
Public methodEnableLimits
Public methodRaisePropertiesChanged
Raise an PropertyChanged event for each value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(PropertyChangedEventArgs)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(String)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Protected methodSetINotifyPropertyChangedPropertyT
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event. Property changes on the new value are also listened to and, if one occurs, the propertyChangedCallback handler will be invoked.
(Inherited from BindableBase.)
Protected methodSetPropertyT(T, T, PropertyChangedEventArgs)
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.)
Protected methodSetPropertyT(T, T, String)
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.)
Public methodToString (Overrides SimpleCustomTypeDescriptor.ToString.)
Public methodUpdateExpressions
Top
Fields
See Also
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.Visuals.KJEKinematicJoint
              Demo3D.Visuals.KJEKinematicCylindricalJoint
              Demo3D.Visuals.KJEKinematicHelicalJoint
              Demo3D.Visuals.KJEKinematicPathFollowerJoint
              Demo3D.Visuals.KJEKinematicPathJoint
              Demo3D.Visuals.KJEKinematicPlanarJoint
              Demo3D.Visuals.KJEKinematicPrismaticJoint
              Demo3D.Visuals.KJEKinematicRevoluteJoint
              Demo3D.Visuals.KJEKinematicSphericalJoint