Class BevelDifferentialGearParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelDifferentialGearParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BevelDifferentialGearParametricStudyTool : BevelGearParametricStudyTool, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public BevelDifferentialGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGear |
ComponentLoadCase
Declaration
public BevelDifferentialGearLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<BevelDifferentialGearSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearSystemDeflection> |
Implements
System.IEquatable<T>