Class PlanetCarrier
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PlanetCarrier
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PlanetCarrier : MountableComponent, IEquatable<APIBase>
Properties
Length
Measurement: ShortLength
Declaration
public override double Length { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Overrides
LoadSharingSettings
Declaration
public LoadSharingSettings LoadSharingSettings { get; }
Property Value
| Type | Description |
|---|---|
| LoadSharingSettings |
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>