Search Results for

    Show / Hide Table of Contents

    Class GearCoupling

    Inheritance
    object
    RuntimeObject
    GearCoupling
    Inherited Members
    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[])
    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 GearCoupling : RuntimeObject

    Constructors

    GearCoupling(nint)

    Declaration
    protected GearCoupling(nint pItem)
    Parameters
    Type Name Description
    nint pItem

    Properties

    Active

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

    AllowSlip

    Declaration
    public bool AllowSlip { get; set; }
    Property Value
    Type Description
    bool

    MasterAxis

    Declaration
    public AxisJoint MasterAxis { get; set; }
    Property Value
    Type Description
    AxisJoint

    MasterMultiple

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

    SlaveAxis

    Declaration
    public AxisJoint SlaveAxis { get; set; }
    Property Value
    Type Description
    AxisJoint

    SlaveMultiple

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

    Methods

    GetMasterForce()

    Declaration
    public Vector3 GetMasterForce()
    Returns
    Type Description
    Vector3

    GetMasterForce(double)

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  Use the un-deprecated method with the same method name.")]
    public Vector3 GetMasterForce(double stepSize)
    Parameters
    Type Name Description
    double stepSize
    Returns
    Type Description
    Vector3

    GetMasterTorque()

    Declaration
    public Vector3 GetMasterTorque()
    Returns
    Type Description
    Vector3

    GetMasterTorque(double)

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  Use the un-deprecated method with the same method name.")]
    public Vector3 GetMasterTorque(double stepSize)
    Parameters
    Type Name Description
    double stepSize
    Returns
    Type Description
    Vector3

    GetSlaveForce()

    Declaration
    public Vector3 GetSlaveForce()
    Returns
    Type Description
    Vector3

    GetSlaveForce(double)

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  Use the un-deprecated method with the same method name.")]
    public Vector3 GetSlaveForce(double stepSize)
    Parameters
    Type Name Description
    double stepSize
    Returns
    Type Description
    Vector3

    GetSlaveTorque()

    Declaration
    public Vector3 GetSlaveTorque()
    Returns
    Type Description
    Vector3

    GetSlaveTorque(double)

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  Use the un-deprecated method with the same method name.")]
    public Vector3 GetSlaveTorque(double stepSize)
    Parameters
    Type Name Description
    double stepSize
    Returns
    Type Description
    Vector3
    In this article
    Back to top Generated by DocFX