Search Results for

    Show / Hide Table of Contents

    Class DurabilityResultsReportBuilder

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

    Constructors

    DurabilityResultsReportBuilder()

    Declaration
    protected DurabilityResultsReportBuilder()

    Properties

    EventDamage

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

    EventLife

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

    FailureIndex

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

    FatigueSafetyFactor

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

    FreeFaceIndicator

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

    LoadProportionality

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

    MarginSafety

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

    PrincipalAxisStability

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

    StrengthSafetyFactor

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

    UseEvents

    Declaration
    public DurabilityResultsReportBuilder.UseEventsEnum UseEvents { get; set; }
    Property Value
    Type Description
    DurabilityResultsReportBuilder.UseEventsEnum

    UseHighlight

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

    Methods

    ExportResultsToCsv(String)

    Declaration
    public void ExportResultsToCsv(string csvFilename)
    Parameters
    Type Name Description
    System.String csvFilename

    Implements

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