Class SystemOptimisationGearSet
Inheritance
System.Object
SystemOptimisationGearSet
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class SystemOptimisationGearSet : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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
Declaration
public int NumberOfCandidateDesigns { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
CreateDesigns()
Declaration
public void CreateDesigns()
CreateDesignsDontAttemptToFix()
Declaration
public void CreateDesignsDontAttemptToFix()
Implements
System.IEquatable<T>
Extension Methods