Search Results for

    Show / Hide Table of Contents

    Class CylindricalJoint

    Inheritance
    System.Object
    RuntimeObject
    Joint
    AxisJoint
    CylindricalJoint
    Inherited Members
    AxisJoint.GetAngularAcceleration()
    AxisJoint.GetLinearAcceleration()
    Joint.GetForce(Double)
    Joint.GetForce()
    Joint.GetTorque(Double)
    Joint.GetTorque()
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    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 CylindricalJoint : AxisJoint

    Constructors

    CylindricalJoint(IntPtr)

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

    Properties

    Active

    Declaration
    public override bool Active { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    RuntimeObject.Active

    Anchor

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

    Angle

    Declaration
    public double Angle { get; }
    Property Value
    Type Description
    System.Double

    Attach

    Declaration
    public override RigidBody Attach { get; set; }
    Property Value
    Type Description
    RigidBody
    Overrides
    Joint.Attach

    Axis

    Declaration
    public override Vector3 Axis { get; set; }
    Property Value
    Type Description
    Vector3
    Overrides
    AxisJoint.Axis

    Base

    Declaration
    public override RigidBody Base { get; set; }
    Property Value
    Type Description
    RigidBody
    Overrides
    Joint.Base

    Position

    Declaration
    public double Position { get; }
    Property Value
    Type Description
    System.Double

    Methods

    GetAngularVelocity()

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

    GetLinearVelocity()

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