Search Results for

    Show / Hide Table of Contents

    Class ControlBase

    Inheritance
    object
    RuntimeObject
    ControlBase
    AxisJointLimit
    ForceTorqueControl
    PositionControl
    SpeedControl
    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[])
    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 ControlBase : RuntimeObject

    Constructors

    ControlBase(nint)

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

    Methods

    GetForce()

    Declaration
    public Vector3 GetForce()
    Returns
    Type Description
    Vector3

    GetForce(double)

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

    GetTorque()

    Declaration
    public Vector3 GetTorque()
    Returns
    Type Description
    Vector3

    GetTorque(double)

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