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