Class StraightBevelGearSetParetoOptimiser
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearSetParetoOptimiser
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 StraightBevelGearSetParetoOptimiser : GearSetParetoOptimiser, IEquatable<APIBase>
Properties
AllCandidateGearSets
Declaration
public ReadOnlyCollection<StraightBevelGearSetDesign> AllCandidateGearSets { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearSetDesign> |
CandidateGearSets
Declaration
public ReadOnlyCollection<StraightBevelGearSetDesign> CandidateGearSets { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearSetDesign> |
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 StraightBevelGearSetDesign SelectedCandidateGeometry { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSetDesign |
Implements
System.IEquatable<T>