Search Results for

    Show / Hide Table of Contents

    Class CorrelSolutionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CorrelBaseBuilder
    CorrelSolutionBuilder
    ModelUpdateSolutionBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 CorrelSolutionBuilder : CorrelBaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    CorrelSolutionBuilder()

    Declaration
    protected CorrelSolutionBuilder()

    Properties

    FrfDampingSource

    Declaration
    public CorrelSolutionBuilder.EnumDampingFrftype FrfDampingSource { get; set; }
    Property Value
    Type Description
    CorrelSolutionBuilder.EnumDampingFrftype

    HighFrequencyCutoff

    Declaration
    public double HighFrequencyCutoff { get; set; }
    Property Value
    Type Description
    System.Double

    HighFrequencyFilteringMode

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

    LowFrequencyCutoff

    Declaration
    public double LowFrequencyCutoff { get; set; }
    Property Value
    Type Description
    System.Double

    LowFrequencyFilteringMode

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

    NodeMapSizeLimit

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

    NodeMapSizeLimitActive

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

    NodeMatchingDistance

    Declaration
    public double NodeMatchingDistance { get; set; }
    Property Value
    Type Description
    System.Double

    ReferenceSolution

    Declaration
    public SimSolution ReferenceSolution { get; set; }
    Property Value
    Type Description
    SimSolution

    Title

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

    WorkSolution

    Declaration
    public SimSolution WorkSolution { get; set; }
    Property Value
    Type Description
    SimSolution

    Implements

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