Click or drag to resize

KinematicCylindricalJoint Class

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

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

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 14.0.0.10531
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class KinematicCylindricalJoint : KinematicJoint

The KinematicCylindricalJoint type exposes the following members.

Constructors
  NameDescription
Public methodKinematicCylindricalJoint
Initializes a new instance of the KinematicCylindricalJoint class
Top
Properties
  NameDescription
Public propertyAngle
Public propertyDistance
Public propertyInitialTransform (Inherited from KinematicJoint.)
Public propertyIsBound (Inherited from KinematicJoint.)
Public propertyLink1 (Inherited from KinematicJoint.)
Public propertyLink2 (Inherited from KinematicJoint.)
Public propertyMechanism (Inherited from KinematicJoint.)
Public propertyName (Inherited from KinematicJoint.)
Public propertyParameters (Inherited from KinematicJoint.)
Public propertyTransform (Inherited from KinematicJoint.)
Top
Methods
Fields
  NameDescription
Public fieldOnInitializeListeners (Inherited from KinematicJoint.)
Public fieldOnResetListeners (Inherited from KinematicJoint.)
Top
See Also