Search Results for

    Show / Hide Table of Contents

    Class ModalResultsEvaluationSettingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FunctionEvaluationSettingBuilder
    ModalResultsEvaluationSettingBuilder
    FrfEvaluationSettingBuilder
    TransmissibilityEvaluationSettingBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FunctionEvaluationSettingBuilder.OutputSettings
    FunctionEvaluationSettingBuilder.ResultType
    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.ResponseSimulation
    Assembly: NXOpen.dll
    Syntax
    public class ModalResultsEvaluationSettingBuilder : FunctionEvaluationSettingBuilder, IMessageSink, IComponentBuilder

    Constructors

    ModalResultsEvaluationSettingBuilder()

    Declaration
    protected ModalResultsEvaluationSettingBuilder()

    Properties

    DataLocation

    Declaration
    public DataLocation DataLocation { get; }
    Property Value
    Type Description
    DataLocation

    EvaluationProperty

    Declaration
    public FrequencyDefinition EvaluationProperty { get; }
    Property Value
    Type Description
    FrequencyDefinition

    InputDirection

    Declaration
    public DirectionDataComponent InputDirection { get; set; }
    Property Value
    Type Description
    DirectionDataComponent

    InputNode

    Declaration
    public FENode InputNode { get; set; }
    Property Value
    Type Description
    FENode

    ObservationNode

    Declaration
    public FENode ObservationNode { get; set; }
    Property Value
    Type Description
    FENode

    OutputRequest

    Declaration
    public DirectionDataComponent OutputRequest { get; set; }
    Property Value
    Type Description
    DirectionDataComponent

    Methods

    GetOutputElements()

    Declaration
    public FEElement[] GetOutputElements()
    Returns
    Type Description
    FEElement[]

    GetOutputNodes()

    Declaration
    public FENode[] GetOutputNodes()
    Returns
    Type Description
    FENode[]

    SetOutputElements(FEElement[])

    Declaration
    public void SetOutputElements(FEElement[] destinationElements)
    Parameters
    Type Name Description
    FEElement[] destinationElements

    SetOutputNodes(FENode[])

    Declaration
    public void SetOutputNodes(FENode[] destinationNode)
    Parameters
    Type Name Description
    FENode[] destinationNode

    Implements

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