Search Results for

    Show / Hide Table of Contents

    Class GripperBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    GripperBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX