Class CorrelNodeMapMethodBuilder
Inheritance
CorrelNodeMapMethodBuilder
Assembly: NXOpen.dll
Syntax
public class CorrelNodeMapMethodBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CorrelNodeMapMethodBuilder()
Declaration
protected CorrelNodeMapMethodBuilder()
Properties
CheckForCoincidentWorkNodes
Declaration
public bool CheckForCoincidentWorkNodes { get; set; }
Property Value
IgnoreSpecialChars
Declaration
public bool IgnoreSpecialChars { get; set; }
Property Value
MapSequentially
Declaration
public bool MapSequentially { get; set; }
Property Value
MatchBy
Declaration
public CorrelNodeMapMethodBuilder.MatchingBy MatchBy { get; set; }
Property Value
MatchCase
Declaration
public bool MatchCase { get; set; }
Property Value
MethodType
Declaration
public CorrelNodeMapMethodBuilder.Type MethodType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Offset
Declaration
public int Offset { get; set; }
Property Value
Methods
GetCoincidenceTolerance()
Declaration
public double GetCoincidenceTolerance()
Returns
GetDescription()
Declaration
public string GetDescription()
Returns
GetManualPairs(out int[], out int[])
Declaration
public void GetManualPairs(out int[] refLabels, out int[] workLabels)
Parameters
Type |
Name |
Description |
int[] |
refLabels |
|
int[] |
workLabels |
|
GetSearchDistance()
Declaration
public double GetSearchDistance()
Returns
SetCoincidenceTolerance(double)
Declaration
public void SetCoincidenceTolerance(double tolerance)
Parameters
Type |
Name |
Description |
double |
tolerance |
|
SetDescription(string)
Declaration
public void SetDescription(string description)
Parameters
Type |
Name |
Description |
string |
description |
|
SetManualPairs(int[], int[])
Declaration
public void SetManualPairs(int[] refLabels, int[] workLabels)
Parameters
Type |
Name |
Description |
int[] |
refLabels |
|
int[] |
workLabels |
|
SetSearchDistance(double)
Declaration
public void SetSearchDistance(double distance)
Parameters
Type |
Name |
Description |
double |
distance |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink