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