Search Results for

    Show / Hide Table of Contents

    Class DurabilityDamageEvaluationBuilder

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

    Constructors

    DurabilityDamageEvaluationBuilder()

    Declaration
    protected DurabilityDamageEvaluationBuilder()

    Properties

    EnableDetailedOutput

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

    HighlightDamageValues

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

    MaterialTag

    Declaration
    public PhysicalMaterial MaterialTag { get; set; }
    Property Value
    Type Description
    PhysicalMaterial

    MaxMeanRange

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

    MaxNominalRange

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

    MinMeanRange

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

    NumberOfMaxBins

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

    NumberOfMeanBins

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

    PeakValleyTolerance

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

    Methods

    ExportResultsToCsv(String)

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

    GetNthMeanBin(Int32)

    Declaration
    public double GetNthMeanBin(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Double

    GetNthNominalRangeBin(Int32)

    Declaration
    public double GetNthNominalRangeBin(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Double

    RemoveFunction(Int32)

    Declaration
    public void RemoveFunction(int rowIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex

    SetFatigue(DurabilityFatigue)

    Declaration
    public void SetFatigue(DurabilityFatigue fatigue)
    Parameters
    Type Name Description
    DurabilityFatigue fatigue

    SetFunctionData(TaggedObject, Int32, Double, Double)

    Declaration
    public void SetFunctionData(TaggedObject functionTag, int numberOfOccurrences, double lateralLoadingFactor, double scaleFactor)
    Parameters
    Type Name Description
    TaggedObject functionTag
    System.Int32 numberOfOccurrences
    System.Double lateralLoadingFactor
    System.Double scaleFactor

    SetLlr(Int32, Double)

    Declaration
    public void SetLlr(int rowIndex, double lateralLoadingFactor)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Double lateralLoadingFactor

    SetNthMeanBin(Int32, Double)

    Declaration
    public void SetNthMeanBin(int index, double nthMeanBin)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double nthMeanBin

    SetNthNominalRangeBin(Int32, Double)

    Declaration
    public void SetNthNominalRangeBin(int index, double nthNominalRangeBin)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double nthNominalRangeBin

    SetOccurrence(Int32, Int32)

    Declaration
    public void SetOccurrence(int rowIndex, int occurrence)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Int32 occurrence

    SetScale(Int32, Double)

    Declaration
    public void SetScale(int rowIndex, double scale)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Double scale

    Implements

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