Search Results for

    Show / Hide Table of Contents

    Class ForceTorqueControl

    Inheritance
    System.Object
    RuntimeObject
    ControlBase
    ForceTorqueControl
    Inherited Members
    ControlBase.GetForce(Double)
    ControlBase.GetForce()
    ControlBase.GetTorque(Double)
    ControlBase.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 ForceTorqueControl : ControlBase

    Constructors

    ForceTorqueControl(IntPtr)

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

    Axis

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

    Force

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

    Position

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

    Speed

    Declaration
    public double Speed { get; set; }
    Property Value
    Type Description
    System.Double
    In This Article
    Back to top Generated by DocFX