Class PlanetaryDetail
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PlanetaryDetail
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PlanetaryDetail : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FirstPlanetAngle
Measurement: Angle
Declaration
public double FirstPlanetAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfPlanets
Declaration
public int NumberOfPlanets { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlanetDeltaAngles
Declaration
public ReadOnlyCollection<NamedPlanetAngle> PlanetDeltaAngles { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<NamedPlanetAngle> |
PlanetDiameter
Measurement: ShortLength
Declaration
public double PlanetDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RegularlySpacedPlanets
Declaration
public bool RegularlySpacedPlanets { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>