Class DurSpecialistPlotMaterialBuilder
Inheritance
System.Object
System.MarshalByRefObject
DurSpecialistPlotMaterialBuilder
Inherited Members
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 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 |
---|---|
System.Boolean |
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 |
---|---|
System.Boolean |
SelectedMaterial
Declaration
public PhysicalMaterial SelectedMaterial { get; set; }
Property Value
Type | Description |
---|---|
PhysicalMaterial |
StrainLifeCurve
Declaration
public bool StrainLifeCurve { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StressStrainCurve
Declaration
public bool StressStrainCurve { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
PlotMaterialCurve(Int32, Int32, Boolean)
Declaration
public int[] PlotMaterialCurve(int deviceIndex, int viewIndex, bool isOverlay)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | deviceIndex | |
System.Int32 | viewIndex | |
System.Boolean | isOverlay |
Returns
Type | Description |
---|---|
System.Int32[] |
SetTemperatureFilter(Double[])
Declaration
public void SetTemperatureFilter(double[] filters)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | filters |
Implements
System.Runtime.Remoting.Messaging.IMessageSink