Search Results for

    Show / Hide Table of Contents

    Class LinearGripper

    Inheritance
    object
    RuntimeObject
    Gripper
    LinearGripper
    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 LinearGripper : Gripper

    Constructors

    LinearGripper(nint)

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

    FingerPosition

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

    Grip

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

    GrippedObject

    Declaration
    public RigidBody GrippedObject { get; }
    Property Value
    Type Description
    RigidBody

    HasGrippedObject

    Declaration
    public bool HasGrippedObject { get; }
    Property Value
    Type Description
    bool

    IsClosed

    Declaration
    public bool IsClosed { get; }
    Property Value
    Type Description
    bool

    IsOpened

    Declaration
    public bool IsOpened { get; }
    Property Value
    Type Description
    bool

    MaxPosition

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

    Release

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

    Speed

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

    StopGrippingAction

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