Search Results for

    Show / Hide Table of Contents

    Class CamCoupling

    Inheritance
    System.Object
    RuntimeObject
    CamCoupling
    Inherited Members
    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 CamCoupling : RuntimeObject

    Constructors

    CamCoupling(IntPtr)

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

    AllowSlip

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

    Correction

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

    MasterAxis

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

    MasterScale

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

    Position

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

    SlaveAxis

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

    SlaveScale

    Declaration
    public double SlaveScale { get; set; }
    Property Value
    Type Description
    System.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
    System.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
    System.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
    System.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
    System.Double stepSize
    Returns
    Type Description
    Vector3
    In This Article
    Back to top Generated by DocFX