Search Results for

    Show / Hide Table of Contents

    Class ResponseResultsEvaluationSettingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DynamicResultEvaluationSettingBuilder
    ResponseResultsEvaluationSettingBuilder
    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 ResponseResultsEvaluationSettingBuilder : DynamicResultEvaluationSettingBuilder, IMessageSink, IComponentBuilder

    Constructors

    ResponseResultsEvaluationSettingBuilder()

    Declaration
    protected ResponseResultsEvaluationSettingBuilder()

    Properties

    DecimationOrder

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

    EndPoint

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

    PointValue

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

    ResponseDomainDefinitionOption

    Declaration
    public ResponseDomainDefinitionMethod ResponseDomainDefinitionOption { get; set; }
    Property Value
    Type Description
    ResponseDomainDefinitionMethod

    SpringForceEvaluationFromDisplacement

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

    StartPoint

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

    Methods

    GetDestinationElements()

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

    GetDestinationNodes()

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

    GetOutputOptions()

    Declaration
    public EvaluationResultType[] GetOutputOptions()
    Returns
    Type Description
    EvaluationResultType[]

    GetPointsValueList()

    Declaration
    public double[] GetPointsValueList()
    Returns
    Type Description
    System.Double[]

    SetDestinationElements(FEElement[])

    Declaration
    public void SetDestinationElements(FEElement[] destinationElement)
    Parameters
    Type Name Description
    FEElement[] destinationElement

    SetDestinationNodes(FENode[])

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

    SetOutputOptions(EvaluationResultType[])

    Declaration
    public void SetOutputOptions(EvaluationResultType[] outputOptions)
    Parameters
    Type Name Description
    EvaluationResultType[] outputOptions

    SetPointsValueList(Double[])

    Declaration
    public void SetPointsValueList(double[] pointsValueList)
    Parameters
    Type Name Description
    System.Double[] pointsValueList

    Implements

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