Class StraightBevelGearCompoundParametricStudyTool
Inheritance
System.Object
StraightBevelGearCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class StraightBevelGearCompoundParametricStudyTool : BevelGearCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<StraightBevelGearParametricStudyTool> ComponentAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearParametricStudyTool> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<StraightBevelGearParametricStudyTool> ComponentAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearParametricStudyTool> |
ComponentDesign
Declaration
public StraightBevelGear ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| StraightBevelGear |
PropertiesChangingAllLoadCases
Declaration
public StraightBevelGearLoadCase PropertiesChangingAllLoadCases { get; }
Property Value
| Type | Description |
|---|---|
| StraightBevelGearLoadCase |
Implements
System.IEquatable<T>