Search Results for

    Show / Hide Table of Contents

    Class LimitJoint

    Inheritance
    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.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 LimitJoint : Joint

    Constructors

    LimitJoint(nint)

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

    Maximum

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

    Minimum

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