Search Results for

    Show / Hide Table of Contents

    Class DurSpecialistPlotMaterialBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DurSpecialistPlotMaterialBuilder
    Implements
    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, 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
    Assembly: NXOpen.dll
    Syntax
    public class DurSpecialistPlotMaterialBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DurSpecialistPlotMaterialBuilder()

    Declaration
    protected DurSpecialistPlotMaterialBuilder()

    Properties

    MansonCoffinMorrow

    Declaration
    [Obsolete("Deprecated in NX1984.0.0.  Use CAE.DurSpecialistPlotMaterialBuilder.StrainLifeCurve instead.")]
    public bool MansonCoffinMorrow { get; set; }
    Property Value
    Type Description
    bool

    PlotTypeEnum

    Declaration
    public DurSpecialistPlotMaterialBuilder.PlotType PlotTypeEnum { get; set; }
    Property Value
    Type Description
    DurSpecialistPlotMaterialBuilder.PlotType

    RambergOsgood

    Declaration
    [Obsolete("Deprecated in NX1984.0.0.  Use CAE.DurSpecialistPlotMaterialBuilder.StressStrainCurve instead.")]
    public bool RambergOsgood { get; set; }
    Property Value
    Type Description
    bool

    SelectedMaterial

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

    StrainLifeCurve

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

    StressStrainCurve

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

    Methods

    PlotMaterialCurve(int, int, bool)

    Declaration
    public int[] PlotMaterialCurve(int deviceIndex, int viewIndex, bool isOverlay)
    Parameters
    Type Name Description
    int deviceIndex
    int viewIndex
    bool isOverlay
    Returns
    Type Description
    int[]

    SetTemperatureFilter(double[])

    Declaration
    public void SetTemperatureFilter(double[] filters)
    Parameters
    Type Name Description
    double[] filters

    Implements

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