Class ExternalCADModelSteadyStateSynchronousResponse
Inheritance
System.Object
ExternalCADModelSteadyStateSynchronousResponse
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponses
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ExternalCADModelSteadyStateSynchronousResponse : ComponentSteadyStateSynchronousResponse, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public ExternalCADModel ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| ExternalCADModel |
ComponentLoadCase
Declaration
public ExternalCADModelLoadCase ComponentLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| ExternalCADModelLoadCase |
Implements
System.IEquatable<T>