Class DurSpecialistPlotMaterialBuilder
Inheritance
DurSpecialistPlotMaterialBuilder
Assembly: NXOpen.dll
Syntax
public class DurSpecialistPlotMaterialBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DurSpecialistPlotMaterialBuilder()
Declaration
protected DurSpecialistPlotMaterialBuilder()
Properties
PlotTypeEnum
Declaration
public DurSpecialistPlotMaterialBuilder.PlotType PlotTypeEnum { get; set; }
Property Value
SelectedMaterial
Declaration
public PhysicalMaterial SelectedMaterial { get; set; }
Property Value
StrainLifeCurve
Declaration
public bool StrainLifeCurve { get; set; }
Property Value
StressStrainCurve
Declaration
public bool StressStrainCurve { get; set; }
Property Value
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
SetTemperatureFilter(double[])
Declaration
public void SetTemperatureFilter(double[] filters)
Parameters
Type |
Name |
Description |
double[] |
filters |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink