Class CycloidalDisc
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CycloidalDisc
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Cycloidal
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CycloidalDisc : AbstractShaft, IEquatable<APIBase>
Properties
BoreDiameter
Measurement: ShortLength
Declaration
public double BoreDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CycloidalDiscDesign
Declaration
public CycloidalDiscDesign CycloidalDiscDesign { get; }
Property Value
Type | Description |
---|---|
CycloidalDiscDesign |
DiscMaterial
Declaration
public virtual Material DiscMaterial { get; }
Property Value
Type | Description |
---|---|
Material |
DiscMaterialDatabase
Declaration
public DatabaseWithSelectedItem DiscMaterialDatabase { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
HoleDiameterForEccentricBearing
Measurement: ShortLength
Declaration
public double HoleDiameterForEccentricBearing { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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 |
PlanetaryBearingSockets
Declaration
public ReadOnlyCollection<CycloidalDiscPlanetaryBearingSocket> PlanetaryBearingSockets { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CycloidalDiscPlanetaryBearingSocket> |
Implements
System.IEquatable<T>