Class CycloidalDisc
Inheritance
System.Object
CycloidalDisc
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CycloidalDisc : AbstractShaft, IEquatable<APIBase>
Properties
BoreDiameter
Declaration
public double BoreDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
CycloidalDiscDesign
Declaration
public CycloidalDiscDesign CycloidalDiscDesign { get; }
Property Value
DiscMaterial
Declaration
public Material DiscMaterial { get; }
Property Value
DiscMaterialDatabase
Declaration
public DatabaseWithSelectedItem DiscMaterialDatabase { get; set; }
Property Value
HoleDiameterForEccentricBearing
Declaration
public double HoleDiameterForEccentricBearing { get; set; }
Property Value
Type |
Description |
System.Double |
|
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 |
|
PlanetaryBearingSockets
Declaration
public ReadOnlyCollection<CycloidalDiscPlanetaryBearingSocket> PlanetaryBearingSockets { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods