Search Results for

    Show / Hide Table of Contents

    Class SpringDamper

    Inheritance
    System.Object
    RuntimeObject
    AxisConstraint
    SpringDamper
    Inherited Members
    AxisConstraint.GetForce()
    AxisConstraint.GetTorque()
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class SpringDamper : AxisConstraint

    Constructors

    SpringDamper(IntPtr)

    Declaration
    protected SpringDamper(IntPtr pItem)
    Parameters
    Type Name Description
    System.IntPtr pItem

    Properties

    Active

    Declaration
    public override bool Active { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    RuntimeObject.Active

    Axis

    Declaration
    public AxisJoint Axis { get; set; }
    Property Value
    Type Description
    AxisJoint

    Damping

    Declaration
    public double Damping { get; set; }
    Property Value
    Type Description
    System.Double

    RelaxedPosition

    Declaration
    public double RelaxedPosition { get; set; }
    Property Value
    Type Description
    System.Double

    SpringConstant

    Declaration
    public double SpringConstant { get; set; }
    Property Value
    Type Description
    System.Double
    In This Article
    Back to top Generated by DocFX