Class ExternalCADModelCompoundAdvancedSystemDeflection
Inheritance
System.Object
ExternalCADModelCompoundAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ExternalCADModelCompoundAdvancedSystemDeflection : ComponentCompoundAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ExternalCADModelAdvancedSystemDeflection> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ExternalCADModelAdvancedSystemDeflection> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ExternalCADModelAdvancedSystemDeflection> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ExternalCADModelAdvancedSystemDeflection> |
ComponentDesign
Declaration
public ExternalCADModel ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ExternalCADModel |
Implements
System.IEquatable<T>