Class PlanetaryGearSet
Inheritance
System.Object
PlanetaryGearSet
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PlanetaryGearSet : CylindricalGearSet, IEquatable<APIBase>
Properties
Annuluses
Declaration
public ReadOnlyCollection<CylindricalGear> Annuluses { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGear> |
|
PhaseRequirement
Declaration
public PlanetGearSetPhaseRequirement PhaseRequirement { get; set; }
Property Value
Planets
Declaration
public ReadOnlyCollection<CylindricalPlanetGear> Planets { get; }
Property Value
Suns
Declaration
public ReadOnlyCollection<CylindricalGear> Suns { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGear> |
|
Methods
AddAnnulus()
Declaration
public CylindricalGear AddAnnulus()
Returns
AddPlanet()
Declaration
public CylindricalGear AddPlanet()
Returns
AddSun()
Declaration
public CylindricalGear AddSun()
Returns
SetNumberOfPlanets(Int32)
Declaration
public void SetNumberOfPlanets(int amount)
Parameters
Type |
Name |
Description |
System.Int32 |
amount |
|
Implements
System.IEquatable<T>
Extension Methods