Class NamedPlanetAssemblyIndex
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
NamedPlanetAssemblyIndex
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class NamedPlanetAssemblyIndex : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
PlanetAssemblyIndex
For simple planetary gear sets the Planet Assembly Index must be an integer for the gear set to be assemblable. Specify as different integers to investigate different possibilities for assembly. Note that the Planet Gear Phasing Chart in the Gear Set report indicates the relative phasing between meshes.
Declaration
public double PlanetAssemblyIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>