Class GearSetParametricStudyTool
Inheritance
System.Object
GearSetParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.15.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> |
GearsParametricStudyTool
Declaration
public ReadOnlyCollection<GearParametricStudyTool> GearsParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearParametricStudyTool> |
MeshesParametricStudyTool
Declaration
public ReadOnlyCollection<GearMeshParametricStudyTool> MeshesParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearMeshParametricStudyTool> |
Implements
System.IEquatable<T>