Class LinearGripper
Inheritance
LinearGripper
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
Overrides
FingerPosition
Declaration
public double FingerPosition { get; }
Property Value
Grip
Declaration
public bool Grip { get; set; }
Property Value
GrippedObject
Declaration
public RigidBody GrippedObject { get; }
Property Value
HasGrippedObject
Declaration
public bool HasGrippedObject { get; }
Property Value
IsClosed
Declaration
public bool IsClosed { get; }
Property Value
IsOpened
Declaration
public bool IsOpened { get; }
Property Value
MaxPosition
Declaration
public double MaxPosition { get; set; }
Property Value
Release
Declaration
public bool Release { get; set; }
Property Value
Speed
Declaration
public double Speed { get; set; }
Property Value
StopGrippingAction
Declaration
public bool StopGrippingAction { get; set; }
Property Value