Search Results for

    Show / Hide Table of Contents

    Class CorrelNodeMapFilterBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CorrelNodeMapFilterBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class CorrelNodeMapFilterBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CorrelNodeMapFilterBuilder()

    Declaration
    protected CorrelNodeMapFilterBuilder()

    Properties

    DofSet

    Declaration
    public CaeDOFSet DofSet { get; set; }
    Property Value
    Type Description
    CaeDOFSet

    ExcludeMethodType

    Declaration
    public CorrelNodeMapFilterBuilder.ExcludeMethod ExcludeMethodType { get; set; }
    Property Value
    Type Description
    CorrelNodeMapFilterBuilder.ExcludeMethod

    FilterType

    Declaration
    public CorrelNodeMapFilterBuilder.Type FilterType { get; set; }
    Property Value
    Type Description
    CorrelNodeMapFilterBuilder.Type

    GroupsSelection

    Declaration
    public SelectGroupsBuilder GroupsSelection { get; }
    Property Value
    Type Description
    SelectGroupsBuilder

    Name

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

    NodeMapSizeLimit

    Declaration
    public int NodeMapSizeLimit { get; set; }
    Property Value
    Type Description
    int

    NodeSourceType

    Declaration
    public CorrelNodeMapFilterBuilder.NodeSource NodeSourceType { get; set; }
    Property Value
    Type Description
    CorrelNodeMapFilterBuilder.NodeSource

    Nodes

    Declaration
    public SelectFENodeList Nodes { get; }
    Property Value
    Type Description
    SelectFENodeList

    Methods

    GetDescription()

    Declaration
    public string GetDescription()
    Returns
    Type Description
    string

    SetDescription(string)

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

    SetGroups(TaggedObject[])

    Declaration
    public void SetGroups(TaggedObject[] groups)
    Parameters
    Type Name Description
    TaggedObject[] groups

    SetImportedNodes(CorrelBaseSolution, int[])

    Declaration
    public void SetImportedNodes(CorrelBaseSolution baseSol, int[] importNodeLabels)
    Parameters
    Type Name Description
    CorrelBaseSolution baseSol
    int[] importNodeLabels

    SetTestModelNodes(CorrelTestNode[])

    Declaration
    public void SetTestModelNodes(CorrelTestNode[] testModelNodes)
    Parameters
    Type Name Description
    CorrelTestNode[] testModelNodes

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX