Class RelinkerBuilder
Inheritance
RelinkerBuilder
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
BreakWaveLink
Declaration
public bool BreakWaveLink { get; set; }
Property Value
FaceCurveDirectionAdjustment
Declaration
public bool FaceCurveDirectionAdjustment { get; set; }
Property Value
IncludeNonBrokenWaveLinks
Declaration
public bool IncludeNonBrokenWaveLinks { get; set; }
Property Value
IncludeSuppressedComponents
Declaration
public bool IncludeSuppressedComponents { get; set; }
Property Value
RelinkCategory
Declaration
public RelinkerBuilder.LinkCategory RelinkCategory { get; set; }
Property Value
RelinkOption
Declaration
public RelinkerBuilder.LinkOption RelinkOption { get; set; }
Property Value
RelinkType
Declaration
public RelinkerBuilder.LinkType RelinkType { get; set; }
Property Value
SearchExistingInterPartExpressionOnly
Declaration
public bool SearchExistingInterPartExpressionOnly { get; set; }
Property Value
SearchingDestinationObject
Declaration
public string SearchingDestinationObject { get; set; }
Property Value
SearchingSourceObject
Declaration
public string SearchingSourceObject { get; set; }
Property Value
SearchingSourcePart
Declaration
public string SearchingSourcePart { get; set; }
Property Value
SearchingSourcePartAttribute
Declaration
public string SearchingSourcePartAttribute { get; set; }
Property Value
SelectComponent
Declaration
public SelectComponentList SelectComponent { get; }
Property Value
SelectComponentSource
Declaration
public SelectComponentList SelectComponentSource { get; }
Property Value
SourceScope
Declaration
public RelinkerBuilder.LinkScope SourceScope { get; set; }
Property Value
TargetScope
Declaration
public RelinkerBuilder.LinkScope TargetScope { get; set; }
Property Value
Methods
ExecuteRelink()
Declaration
public void ExecuteRelink()
Declaration
public void ExportToInformationWindow()
GetExpressionSourceCount(Part, Expression, Expression)
Declaration
public int GetExpressionSourceCount(Part partID, Expression expID, Expression sourceID)
Parameters
Returns
RelinkInterpartExpression(Part, Expression, Expression)
Declaration
public void RelinkInterpartExpression(Part partID, Expression expID, Expression sourceID)
Parameters
RelinkWaveFeature(Part, Feature, NXObject)
Declaration
public void RelinkWaveFeature(Part partID, Feature featID, NXObject sourceID)
Parameters
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