Search Results for

    Show / Hide Table of Contents

    Class AxisJoint

    Inheritance
    System.Object
    RuntimeObject
    Joint
    AxisJoint
    CurveOnCurveJoint
    CylindricalJoint
    HingeJoint
    PathConstraintJoint
    PlanarJoint
    PointOnCurveJoint
    ScrewJoint
    SlidingJoint
    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 AxisJoint : Joint

    Constructors

    AxisJoint(IntPtr)

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

    Properties

    Axis

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

    Methods

    GetAngularAcceleration()

    Declaration
    public double GetAngularAcceleration()
    Returns
    Type Description
    System.Double

    GetLinearAcceleration()

    Declaration
    public double GetLinearAcceleration()
    Returns
    Type Description
    System.Double
    In This Article
    Back to top Generated by DocFX