Class GearSetParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearSetParametricStudyTool : SpecialisedAssemblyParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public GearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
GearSet |
GearSetDutyCycleResults
Declaration
public ReadOnlyCollection<GearSetDutyCycleRating> GearSetDutyCycleResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearSetDutyCycleRating> |
Implements
System.IEquatable<T>