Class RelinkerBuilder
Inheritance
System.Object
System.MarshalByRefObject
RelinkerBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
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
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
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
Type |
Description |
System.Int32 |
|
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