Search Results for

    Show / Hide Table of Contents

    Class StrengthResultsEvaluationSettingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DynamicResultEvaluationSettingBuilder
    StrengthResultsEvaluationSettingBuilder
    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 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
    System.Boolean

    MaterialSafetyFactor

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

    StandardDeviation

    Declaration
    public double StandardDeviation { get; set; }
    Property Value
    Type Description
    System.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