Search Results for

    Show / Hide Table of Contents

    Class RelinkerBuilder

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

    Constructors

    RelinkerBuilder()

    Declaration
    protected RelinkerBuilder()

    Properties

    BreakInterpartExpression

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

    BreakWaveLink

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

    FaceCurveDirectionAdjustment

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

    IncludeNonBrokenWaveLinks

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

    IncludeSuppressedComponents

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

    RelinkCategory

    Declaration
    public RelinkerBuilder.LinkCategory RelinkCategory { get; set; }
    Property Value
    Type Description
    RelinkerBuilder.LinkCategory

    RelinkOption

    Declaration
    public RelinkerBuilder.LinkOption RelinkOption { get; set; }
    Property Value
    Type Description
    RelinkerBuilder.LinkOption

    RelinkType

    Declaration
    public RelinkerBuilder.LinkType RelinkType { get; set; }
    Property Value
    Type Description
    RelinkerBuilder.LinkType

    SearchExistingInterPartExpressionOnly

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

    SearchingDestinationObject

    Declaration
    public string SearchingDestinationObject { get; set; }
    Property Value
    Type Description
    System.String

    SearchingSourceObject

    Declaration
    public string SearchingSourceObject { get; set; }
    Property Value
    Type Description
    System.String

    SearchingSourcePart

    Declaration
    public string SearchingSourcePart { get; set; }
    Property Value
    Type Description
    System.String

    SearchingSourcePartAttribute

    Declaration
    public string SearchingSourcePartAttribute { get; set; }
    Property Value
    Type Description
    System.String

    SelectComponent

    Declaration
    public SelectComponentList SelectComponent { get; }
    Property Value
    Type Description
    SelectComponentList

    SelectComponentSource

    Declaration
    public SelectComponentList SelectComponentSource { get; }
    Property Value
    Type Description
    SelectComponentList

    SourceScope

    Declaration
    public RelinkerBuilder.LinkScope SourceScope { get; set; }
    Property Value
    Type Description
    RelinkerBuilder.LinkScope

    TargetScope

    Declaration
    public RelinkerBuilder.LinkScope TargetScope { get; set; }
    Property Value
    Type Description
    RelinkerBuilder.LinkScope

    Methods

    ExecuteRelink()

    Declaration
    public void ExecuteRelink()

    ExportToInformationWindow()

    Declaration
    public void ExportToInformationWindow()

    GetExpressionSourceCount(Part, Expression, Expression)

    Declaration
    public int GetExpressionSourceCount(Part partID, Expression expID, Expression sourceID)
    Parameters
    Type Name Description
    Part partID
    Expression expID
    Expression sourceID
    Returns
    Type Description
    System.Int32

    RelinkInterpartExpression(Part, Expression, Expression)

    Declaration
    public void RelinkInterpartExpression(Part partID, Expression expID, Expression sourceID)
    Parameters
    Type Name Description
    Part partID
    Expression expID
    Expression sourceID

    RelinkWaveFeature(Part, Feature, NXObject)

    Declaration
    public void RelinkWaveFeature(Part partID, Feature featID, NXObject sourceID)
    Parameters
    Type Name Description
    Part partID
    Feature featID
    NXObject sourceID

    SearchWavelinksInterpartExpressions()

    Declaration
    public void SearchWavelinksInterpartExpressions()

    UpdateSession()

    Declaration
    public void UpdateSession()

    UpdateSessionWithBreakDelayed()

    Declaration
    public void UpdateSessionWithBreakDelayed()

    ViewFeatureFailure()

    Declaration
    public void ViewFeatureFailure()

    Implements

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