Class GuideDxfModelSystemDeflection
Inheritance
System.Object
GuideDxfModelSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GuideDxfModelSystemDeflection : ComponentSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public GuideDxfModel ComponentDesign { get; }
Property Value
Type | Description |
---|---|
GuideDxfModel |
ComponentLoadCase
Declaration
public GuideDxfModelLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
GuideDxfModelLoadCase |
PowerFlowResults
Declaration
public GuideDxfModelPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
GuideDxfModelPowerFlow |
Implements
System.IEquatable<T>