Class PlanetCarrier
Inheritance
System.Object
PlanetCarrier
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PlanetCarrier : MountableComponent, IEquatable<APIBase>
Properties
Length
Declaration
public override double Length { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
LoadSharingSettings
Declaration
public LoadSharingSettings LoadSharingSettings { get; }
Property Value
NumberOfPlanetarySockets
Declaration
public int NumberOfPlanetarySockets { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
PlanetarySockets
Declaration
public ReadOnlyCollection<PlanetarySocket> PlanetarySockets { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<PlanetarySocket> |
|
Methods
AttachCarrierShaft(Shaft, Double)
Declaration
public void AttachCarrierShaft(Shaft shaft, double offset = NaN)
Parameters
| Type |
Name |
Description |
| Shaft |
shaft |
|
| System.Double |
offset |
|
AttachPinShaft(Shaft, Double)
Declaration
public void AttachPinShaft(Shaft shaft, double offset = NaN)
Parameters
| Type |
Name |
Description |
| Shaft |
shaft |
|
| System.Double |
offset |
|
Implements
System.IEquatable<T>
Extension Methods