Search Results for

    Show / Hide Table of Contents

    Class VacuumGripper

    Inheritance
    System.Object
    RuntimeObject
    Gripper
    VacuumGripper
    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 VacuumGripper : Gripper

    Constructors

    VacuumGripper(IntPtr)

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

    Duration

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

    Grip

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

    GrippedObject

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

    HasGrippedObject

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

    Release

    Declaration
    public bool Release { get; set; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX