Search Results for

    Show / Hide Table of Contents

    Class LinkCouplerBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionBuilder
    LinkCouplerBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    MotionBuilder.DisplayScale
    MotionBuilder.GroupName
    MotionBuilder.GroupType
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    public class LinkCouplerBuilder : MotionBuilder, IMessageSink, IComponentBuilder

    Constructors

    LinkCouplerBuilder()

    Declaration
    protected LinkCouplerBuilder()

    Properties

    Curve

    Declaration
    public MotionFunction Curve { get; set; }
    Property Value
    Type Description
    MotionFunction

    CurveProfile

    Declaration
    public SelectFieldData CurveProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    CurveType

    Declaration
    public LinkCouplerBuilder.CurveChoices CurveType { get; set; }
    Property Value
    Type Description
    LinkCouplerBuilder.CurveChoices

    FirstCouple

    Declaration
    public LinkCouplerCoupleBuilder FirstCouple { get; }
    Property Value
    Type Description
    LinkCouplerCoupleBuilder

    Method

    Declaration
    public LinkCouplerBuilder.MethodChoices Method { get; set; }
    Property Value
    Type Description
    LinkCouplerBuilder.MethodChoices

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    SecondCouple

    Declaration
    public LinkCouplerCoupleBuilder SecondCouple { get; }
    Property Value
    Type Description
    LinkCouplerCoupleBuilder

    Type

    Declaration
    public LinkCouplerBuilder.TypeChoices Type { get; set; }
    Property Value
    Type Description
    LinkCouplerBuilder.TypeChoices

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX