Class SystemOptimisationGearSet
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SystemOptimisationGearSet
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.LoadCaseGroups
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SystemOptimisationGearSet : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
HighestTeethNumbers
Declaration
public string HighestTeethNumbers { get; }
Property Value
Type | Description |
---|---|
System.String |
LowestTeethNumbers
Declaration
public string LowestTeethNumbers { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
NumberOfCandidateDesigns
The number of unique tooth numbers for this gear set
Declaration
public int NumberOfCandidateDesigns { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
CreateDesigns()
Can be used to have a look at the designs that System Optimiser will be starting with
Declaration
public void CreateDesigns()
CreateDesignsDontAttemptToFix()
Can be used to have a look at the designs that System Optimiser will be starting with
Declaration
public void CreateDesignsDontAttemptToFix()
Implements
System.IEquatable<T>