Search Results for

    Show / Hide Table of Contents

    Class WaveInterfaceLinkerBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    WaveInterfaceLinkerBuilder
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class WaveInterfaceLinkerBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    WaveInterfaceLinkerBuilder()

    Declaration
    protected WaveInterfaceLinkerBuilder()

    Properties

    Associative

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

    CopyGroups

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

    CopyThreads

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

    DisplayReferenceGeometry

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

    InheritDisplayProperties

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

    MakePositionIndependent

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

    SourcePartOccurrence

    Declaration
    public TaggedObject SourcePartOccurrence { get; set; }
    Property Value
    Type Description
    TaggedObject

    Methods

    ClearAll()

    Declaration
    public void ClearAll()

    InsertObjects(TaggedObject[])

    Declaration
    public void InsertObjects(TaggedObject[] selectedObjects)
    Parameters
    Type Name Description
    TaggedObject[] selectedObjects

    RemoveObjects(TaggedObject[])

    Declaration
    public void RemoveObjects(TaggedObject[] removedObjects)
    Parameters
    Type Name Description
    TaggedObject[] removedObjects

    SetALL()

    Declaration
    public void SetALL()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX