Search Results for

    Show / Hide Table of Contents

    Class PrlResultsEvaluationSettingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DynamicResultEvaluationSettingBuilder
    PrlResultsEvaluationSettingBuilder
    PeakValueEvaluationSettingBuilder
    RmsResultsEvaluationSettingBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    DynamicResultEvaluationSettingBuilder.GetDescriptionString()
    DynamicResultEvaluationSettingBuilder.SetDescriptionString(String[])
    DynamicResultEvaluationSettingBuilder.GetResponseResultNameString()
    DynamicResultEvaluationSettingBuilder.SetResponseResultNameString(String)
    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 PrlResultsEvaluationSettingBuilder : DynamicResultEvaluationSettingBuilder, IMessageSink, IComponentBuilder

    Constructors

    PrlResultsEvaluationSettingBuilder()

    Declaration
    protected PrlResultsEvaluationSettingBuilder()

    Properties

    CoordinateSystem

    Declaration
    public CoordinateSystem CoordinateSystem { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    ObservationNode

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

    Relative

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

    ResultType

    Declaration
    public EvaluationResultType ResultType { get; set; }
    Property Value
    Type Description
    EvaluationResultType

    SpringForceEvaluationFromDisplacement

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

    Methods

    GetDataComponents()

    Declaration
    public DirectionDataComponent[] GetDataComponents()
    Returns
    Type Description
    DirectionDataComponent[]

    GetOutputElements()

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

    GetOutputNodes()

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

    SetDataComponents(DirectionDataComponent[])

    Declaration
    public void SetDataComponents(DirectionDataComponent[] dataComponent)
    Parameters
    Type Name Description
    DirectionDataComponent[] dataComponent

    SetOutputElements(FEElement[])

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

    SetOutputNodes(FENode[])

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

    Implements

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