Class SpiralBevelGearSetParetoOptimiser
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearSetParetoOptimiser
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 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 virtual DatabaseWithSelectedItem DesignSpaceSearchStrategy { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
DesignSpaceSearchStrategyDutyCycle
Declaration
public virtual DatabaseWithSelectedItem DesignSpaceSearchStrategyDutyCycle { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
SelectedCandidateGeometry
Declaration
public SpiralBevelGearSetDesign SelectedCandidateGeometry { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearSetDesign |
Implements
System.IEquatable<T>