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