Class ContourDrawStyle
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ContourDrawStyle
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.Drawing
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ContourDrawStyle : DrawStyleBase, IEquatable<APIBase>
Properties
Contour
Declaration
public ThreeDViewContourOption Contour { get; set; }
Property Value
Type | Description |
---|---|
ThreeDViewContourOption |
DeflectionScaling
Declaration
public ScalingDrawStyle DeflectionScaling { get; }
Property Value
Type | Description |
---|---|
ScalingDrawStyle |
MinimumPeakValueDisplacement
Measurement: VeryShortLength
Declaration
public double MinimumPeakValueDisplacement { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumPeakValueStress
Measurement: Stress
Declaration
public double MinimumPeakValueStress { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ModelViewOptions
Declaration
public ModelViewOptionsDrawStyle ModelViewOptions { get; }
Property Value
Type | Description |
---|---|
ModelViewOptionsDrawStyle |
ShowLocalMaxima
Declaration
public bool ShowLocalMaxima { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>