Class GearSetSystemDeflection
Inheritance
System.Object
GearSetSystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearSetSystemDeflection : SpecialisedAssemblySystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public GearSet AssemblyDesign { get; }
Property Value
GearsSystemDeflection
Declaration
public ReadOnlyCollection<GearSystemDeflection> GearsSystemDeflection { get; }
Property Value
MeshesSystemDeflection
Declaration
public ReadOnlyCollection<GearMeshSystemDeflection> MeshesSystemDeflection { get; }
Property Value
PowerFlowResults
Declaration
public GearSetPowerFlow PowerFlowResults { get; }
Property Value
Rating
Declaration
public GearSetRating Rating { get; }
Property Value
Methods
AnalysisFor(GearSetImplementationDetail, GearSetModes)
Declaration
public GearSetImplementationAnalysis AnalysisFor(GearSetImplementationDetail gearSetImpDetail, GearSetModes gearSetMode)
Parameters
Returns
ImplementationDetailResultsFailedFor(GearSetImplementationDetail, GearSetModes)
Declaration
public bool ImplementationDetailResultsFailedFor(GearSetImplementationDetail gearSetImpDetail, GearSetModes gearSetMode)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void PerformImplementationDetailAnalysis(GearSetImplementationDetail impDetail, GearSetModes gearSetMode, TaskProgress progress, bool runAllPlanetaryMeshes = true)
Parameters
Declaration
public void PerformImplementationDetailAnalysis(GearSetImplementationDetail impDetail, GearSetModes gearSetMode, bool runAllPlanetaryMeshes = true)
Parameters
Implements
System.IEquatable<T>
Extension Methods