Search Results for

    Show / Hide Table of Contents

    Class SpeedControl

    Inheritance
    object
    RuntimeObject
    ControlBase
    SpeedControl
    Inherited Members
    ControlBase.GetForce(double)
    ControlBase.GetForce()
    ControlBase.GetTorque(double)
    ControlBase.GetTorque()
    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 SpeedControl : ControlBase

    Constructors

    SpeedControl(nint)

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

    Properties

    Acceleration

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

    Active

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

    Axis

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

    Jerk

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

    LimitAcceleration

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

    LimitForceTorque

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

    LimitForceTorqueForward

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

    LimitForceTorqueReverse

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

    LimitJerk

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

    Position

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

    Speed

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

    Surface

    Declaration
    public TransportSurface Surface { get; set; }
    Property Value
    Type Description
    TransportSurface

    VirtualJoint

    Declaration
    public VirtualAxis VirtualJoint { get; set; }
    Property Value
    Type Description
    VirtualAxis
    In this article
    Back to top Generated by DocFX