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