Class ExternalCADModelSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ExternalCADModelSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ExternalCADModelSystemDeflection : ComponentSystemDeflection, 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 |
PowerFlowResults
Declaration
public ExternalCADModelPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
ExternalCADModelPowerFlow |
Implements
System.IEquatable<T>