Search Results for

    Show / Hide Table of Contents

    Class StrengthResultsEvaluationSettingBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DynamicResultEvaluationSettingBuilder
    StrengthResultsEvaluationSettingBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE.ResponseSimulation
    Assembly: NXOpen.dll
    Syntax
    public class StrengthResultsEvaluationSettingBuilder : DynamicResultEvaluationSettingBuilder, IMessageSink, IComponentBuilder

    Constructors

    StrengthResultsEvaluationSettingBuilder()

    Declaration
    protected StrengthResultsEvaluationSettingBuilder()

    Properties

    CombinationOptionsBuilder

    Declaration
    public CombinationEvaluationOptions CombinationOptionsBuilder { get; }
    Property Value
    Type Description
    CombinationEvaluationOptions

    DataLocation

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

    MaterialDefinitionType

    Declaration
    public StrengthStressMaterialDefinitionMethod MaterialDefinitionType { get; set; }
    Property Value
    Type Description
    StrengthStressMaterialDefinitionMethod

    MaterialOverrideOption

    Declaration
    public bool MaterialOverrideOption { get; set; }
    Property Value
    Type Description
    bool

    MaterialSafetyFactor

    Declaration
    public double MaterialSafetyFactor { get; set; }
    Property Value
    Type Description
    double

    StandardDeviation

    Declaration
    public double StandardDeviation { get; set; }
    Property Value
    Type Description
    double

    StressCriteriaType

    Declaration
    public StrengthStressCriteria StressCriteriaType { get; set; }
    Property Value
    Type Description
    StrengthStressCriteria

    StressOptionType

    Declaration
    public StrengthStressOption StressOptionType { get; set; }
    Property Value
    Type Description
    StrengthStressOption

    Methods

    GetDestinationElements()

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

    SetDestinationElements(FEElement[])

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX