Search Results for

    Show / Hide Table of Contents

    Class LimitJoint

    Inheritance
    System.Object
    RuntimeObject
    Joint
    LimitJoint
    AngularLimit
    LinearLimit
    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 LimitJoint : Joint

    Constructors

    LimitJoint(IntPtr)

    Declaration
    protected LimitJoint(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

    Maximum

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

    Minimum

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