Class GripperBuilder
Inheritance
System.Object
System.MarshalByRefObject
GripperBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public class GripperBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
GripperBuilder()
Declaration
protected GripperBuilder()
Properties
ActionDuration
Declaration
public Expression ActionDuration { get; }
Property Value
Type | Description |
---|---|
Expression |
AlignCSYS
Declaration
public CoordinateSystem AlignCSYS { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
BaseBody
Declaration
public SelectNXObjectList BaseBody { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
DectectionSensor
Declaration
public ZoneBuilder DectectionSensor { get; }
Property Value
Type | Description |
---|---|
ZoneBuilder |
EnableAlignment
Declaration
public bool EnableAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FingerCollision
Declaration
public SelectNXObject FingerCollision { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
FingerList
Declaration
public GripperFingerBuilderList FingerList { get; }
Property Value
Type | Description |
---|---|
GripperFingerBuilderList |
FingerType
Declaration
public GripperBuilder.FingeTypes FingerType { get; set; }
Property Value
Type | Description |
---|---|
GripperBuilder.FingeTypes |
InitPosition
Declaration
public Expression InitPosition { get; }
Property Value
Type | Description |
---|---|
Expression |
MaxPosition
Declaration
public Expression MaxPosition { get; }
Property Value
Type | Description |
---|---|
Expression |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Speed
Declaration
public Expression Speed { get; }
Property Value
Type | Description |
---|---|
Expression |
StopOnCollision
Declaration
public bool StopOnCollision { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Type
Declaration
public GripperBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
GripperBuilder.Types |
Implements
System.Runtime.Remoting.Messaging.IMessageSink