Class SpiralBevelGearSetParetoOptimiser
Inheritance
System.Object
SpiralBevelGearSetParetoOptimiser
Implements
System.IEquatable<APIBase>
Inherited Members
DesignSpaceSearchBase<AbstractGearSetRating, GearSetOptimiserCandidate>.OutputActiveReportTo(String)
DesignSpaceSearchBase<AbstractGearSetRating, GearSetOptimiserCandidate>.NumberOfUnfilteredCandidates
Namespace: SMT.MastaAPI.Gears.GearSetParetoOptimiser
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SpiralBevelGearSetParetoOptimiser : GearSetParetoOptimiser, IEquatable<APIBase>
Properties
AllCandidateGearSets
Declaration
public ReadOnlyCollection<SpiralBevelGearSetDesign> AllCandidateGearSets { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearSetDesign> |
CandidateGearSets
Declaration
public ReadOnlyCollection<SpiralBevelGearSetDesign> CandidateGearSets { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearSetDesign> |
DesignSpaceSearchStrategy
Declaration
public DatabaseWithSelectedItem DesignSpaceSearchStrategy { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
DesignSpaceSearchStrategyDutyCycle
Declaration
public DatabaseWithSelectedItem DesignSpaceSearchStrategyDutyCycle { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
SelectedCandidateGeometry
Declaration
public SpiralBevelGearSetDesign SelectedCandidateGeometry { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearSetDesign |
Implements
System.IEquatable<T>