Class PlanetaryGearSet
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PlanetaryGearSet
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PlanetaryGearSet : CylindricalGearSet, IEquatable<APIBase>
Properties
Annuluses
Declaration
public ReadOnlyCollection<CylindricalGear> Annuluses { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGear> |
Planets
Declaration
public ReadOnlyCollection<CylindricalPlanetGear> Planets { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalPlanetGear> |
Suns
Declaration
public ReadOnlyCollection<CylindricalGear> Suns { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGear> |
Methods
AddAnnulus()
Declaration
public CylindricalGear AddAnnulus()
Returns
Type | Description |
---|---|
CylindricalGear |
AddPlanet()
Declaration
public CylindricalGear AddPlanet()
Returns
Type | Description |
---|---|
CylindricalGear |
AddSun()
Declaration
public CylindricalGear AddSun()
Returns
Type | Description |
---|---|
CylindricalGear |
SetNumberOfPlanets(Int32)
Declaration
public void SetNumberOfPlanets(int amount)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | amount |
Implements
System.IEquatable<T>