Class SystemDeflectionDrawStyle
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SystemDeflectionDrawStyle : ContourDrawStyle, IEquatable<APIBase>
Properties
ForceArrowScaling
Declaration
public ScalingDrawStyle ForceArrowScaling { get; }
Property Value
Type | Description |
---|---|
ScalingDrawStyle |
ShowArrows
Declaration
public bool ShowArrows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>