Search Results for

    Show / Hide Table of Contents

    Class SpringJoint

    Inheritance
    System.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.Active
    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 SpringJoint : Joint

    Constructors

    SpringJoint(IntPtr)

    Declaration
    protected SpringJoint(IntPtr pItem)
    Parameters
    Type Name Description
    System.IntPtr 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
    System.Double

    RelaxedPosition

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

    SpringConstant

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