Class GearSetParetoOptimiser
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetParetoOptimiser
Implements
System.IEquatable<APIBase>
Inherited Members
DesignSpaceSearchBase<AbstractGearSetRating, GearSetOptimiserCandidate>.NumberOfUnfilteredCandidates
DesignSpaceSearchBase<AbstractGearSetRating, GearSetOptimiserCandidate>.AllCandidateDesignsToDisplay
DesignSpaceSearchBase<AbstractGearSetRating, GearSetOptimiserCandidate>.OutputActiveReportTo(String)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearSetParetoOptimiser
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearSetParetoOptimiser : DesignSpaceSearchBase<AbstractGearSetRating, GearSetOptimiserCandidate>, IEquatable<APIBase>
Properties
AllCandidateGearSets
Declaration
public ReadOnlyCollection<GearSetDesign> AllCandidateGearSets { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearSetDesign> |
CandidateGearSets
Declaration
public ReadOnlyCollection<GearSetDesign> CandidateGearSets { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearSetDesign> |
NumberOfDesignsWithGearsWhichCannotBeManufacturedFromCutters
Declaration
public int NumberOfDesignsWithGearsWhichCannotBeManufacturedFromCutters { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
RemoveCandidatesWhichCannotBeManufacturedWithCuttersFromDatabase
Declaration
public bool RemoveCandidatesWhichCannotBeManufacturedWithCuttersFromDatabase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RemoveCandidatesWithWarnings
Declaration
public bool RemoveCandidatesWithWarnings { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectedCandidateGeometry
Declaration
public GearSetDesign SelectedCandidateGeometry { get; }
Property Value
Type | Description |
---|---|
GearSetDesign |
Methods
AddChart()
Declaration
public virtual void AddChart()
ResetCharts()
Declaration
public virtual void ResetCharts()
Implements
System.IEquatable<T>