Search Results for

    Show / Hide Table of Contents

    Class CorrelNodeMapMethodBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CorrelNodeMapMethodBuilder
    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.CAE
    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
    Type Description
    System.Boolean

    IgnoreSpecialChars

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

    MapSequentially

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

    MatchBy

    Declaration
    public CorrelNodeMapMethodBuilder.MatchingBy MatchBy { get; set; }
    Property Value
    Type Description
    CorrelNodeMapMethodBuilder.MatchingBy

    MatchCase

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

    MethodType

    Declaration
    public CorrelNodeMapMethodBuilder.Type MethodType { get; set; }
    Property Value
    Type Description
    CorrelNodeMapMethodBuilder.Type

    Name

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

    Offset

    Declaration
    public int Offset { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetCoincidenceTolerance()

    Declaration
    public double GetCoincidenceTolerance()
    Returns
    Type Description
    System.Double

    GetDescription()

    Declaration
    public string GetDescription()
    Returns
    Type Description
    System.String

    GetManualPairs(out Int32[], out Int32[])

    Declaration
    public void GetManualPairs(out int[] refLabels, out int[] workLabels)
    Parameters
    Type Name Description
    System.Int32[] refLabels
    System.Int32[] workLabels

    GetSearchDistance()

    Declaration
    public double GetSearchDistance()
    Returns
    Type Description
    System.Double

    SetCoincidenceTolerance(Double)

    Declaration
    public void SetCoincidenceTolerance(double tolerance)
    Parameters
    Type Name Description
    System.Double tolerance

    SetDescription(String)

    Declaration
    public void SetDescription(string description)
    Parameters
    Type Name Description
    System.String description

    SetManualPairs(Int32[], Int32[])

    Declaration
    public void SetManualPairs(int[] refLabels, int[] workLabels)
    Parameters
    Type Name Description
    System.Int32[] refLabels
    System.Int32[] workLabels

    SetSearchDistance(Double)

    Declaration
    public void SetSearchDistance(double distance)
    Parameters
    Type Name Description
    System.Double distance

    Implements

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