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