Search Results for

    Show / Hide Table of Contents

    Class SpringJoint

    Inheritance
    object
    RuntimeObject
    Joint
    SpringJoint
    AngularSpring
    LinearSpring
    Inherited Members
    Joint.GetForce(double)
    Joint.GetForce()
    Joint.GetTorque(double)
    Joint.GetTorque()
    Joint.Attach
    Joint.Base
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    RuntimeObject.GetStringValue(int)
    RuntimeObject.SetStringValue(int, string)
    RuntimeObject.GetBoolArrayValue(int)
    RuntimeObject.SetBoolArrayValue(int, bool[])
    RuntimeObject.GetIntArrayValue(int)
    RuntimeObject.SetIntArrayValue(int, int[])
    RuntimeObject.GetDoubleArrayValue(int)
    RuntimeObject.SetDoubleArrayValue(int, double[])
    RuntimeObject.GetStringArrayValue(int)
    RuntimeObject.SetStringArrayValue(int, string[])
    RuntimeObject.Active
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class SpringJoint : Joint

    Constructors

    SpringJoint(nint)

    Declaration
    protected SpringJoint(nint pItem)
    Parameters
    Type Name Description
    nint pItem

    Properties

    AttachVector

    Declaration
    public virtual Vector3 AttachVector { get; set; }
    Property Value
    Type Description
    Vector3

    BaseVector

    Declaration
    public virtual Vector3 BaseVector { get; set; }
    Property Value
    Type Description
    Vector3

    Damping

    Declaration
    public virtual double Damping { get; set; }
    Property Value
    Type Description
    double

    RelaxedPosition

    Declaration
    public virtual double RelaxedPosition { get; set; }
    Property Value
    Type Description
    double

    SpringConstant

    Declaration
    public virtual double SpringConstant { get; set; }
    Property Value
    Type Description
    double
    In this article
    Back to top Generated by DocFX