Class CylindricalPlanetGearDesign
Inheritance
System.Object
CylindricalPlanetGearDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalPlanetGearDesign : CylindricalGearDesign, IEquatable<APIBase>, IDisposable
Properties
HasFactorisingAnnulus
Declaration
public bool HasFactorisingAnnulus { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
HasFactorisingSun
Declaration
public bool HasFactorisingSun { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
InternalExternal
Declaration
public override InternalExternalType InternalExternal { get; set; }
Property Value
Overrides
PlanetaryDetails
Declaration
public PlanetaryDetail PlanetaryDetails { get; }
Property Value
PlanetarySidebandsAmplitudeFactors
Declaration
public ReadOnlyCollection<NamedPlanetSideBandAmplitudeFactor> PlanetarySidebandsAmplitudeFactors { get; }
Property Value
PlanetAssemblyIndices
Declaration
public ReadOnlyCollection<NamedPlanetAssemblyIndex> PlanetAssemblyIndices { get; }
Property Value
SuggestedMaximumNumberOfPlanets
Declaration
public int SuggestedMaximumNumberOfPlanets { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods