Class ContourDrawStyle
Inheritance
System.Object
ContourDrawStyle
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ContourDrawStyle : DrawStyleBase, IEquatable<APIBase>
Properties
Contour
Declaration
public ThreeDViewContourOption Contour { get; set; }
Property Value
DeflectionScaling
Declaration
public ScalingDrawStyle DeflectionScaling { get; }
Property Value
MinimumPeakValueDisplacement
Measurement: VeryShortLength
Declaration
public double MinimumPeakValueDisplacement { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumPeakValueStress
Declaration
public double MinimumPeakValueStress { get; set; }
Property Value
Type |
Description |
System.Double |
|
ModelViewOptions
Declaration
public ModelViewOptionsDrawStyle ModelViewOptions { get; }
Property Value
ShowLocalMaxima
Declaration
public bool ShowLocalMaxima { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StressDisplay
Declaration
public ListWithSelectedItemAndImage<StressResultOption> StressDisplay { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods