Search Results for

    Show / Hide Table of Contents

    Class CorrelNodeMapFilterBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CorrelNodeMapFilterBuilder
    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 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
    System.String

    NodeMapSizeLimit

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

    Nodes

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

    NodeSourceType

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

    Methods

    GetDescription()

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

    SetDescription(String)

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

    SetGroups(TaggedObject[])

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

    SetImportedNodes(CorrelBaseSolution, Int32[])

    Declaration
    public void SetImportedNodes(CorrelBaseSolution baseSol, int[] importNodeLabels)
    Parameters
    Type Name Description
    CorrelBaseSolution baseSol
    System.Int32[] 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