Class SafetyFactorOptimisationStepResult
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SafetyFactorOptimisationStepResult
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical.Optimisation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class SafetyFactorOptimisationStepResult : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
NormalisedSafetyFactors
Declaration
public SafetyFactorResults NormalisedSafetyFactors { get; }
Property Value
Type | Description |
---|---|
SafetyFactorResults |
SafetyFactors
Declaration
public SafetyFactorResults SafetyFactors { get; }
Property Value
Type | Description |
---|---|
SafetyFactorResults |
Implements
System.IEquatable<T>