Class CylindricalGearMesh
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMesh
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearMesh : GearMesh, IEquatable<APIBase>
Properties
CentreDistance
Measurement: ShortLength
Declaration
public double CentreDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CentreDistanceRange
Measurement: ShortLength
Declaration
public Range CentreDistanceRange { get; }
Property Value
Type | Description |
---|---|
Range |
CentreDistanceWithNormalModuleAdjustmentByScalingEntireModel
Measurement: ShortLength
Declaration
public double CentreDistanceWithNormalModuleAdjustmentByScalingEntireModel { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CylindricalGearMeshDesign
Declaration
public CylindricalGearMeshDesign CylindricalGearMeshDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGearMeshDesign |
CylindricalGears
Declaration
public ReadOnlyCollection<CylindricalGear> CylindricalGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGear> |
CylindricalGearSet
Declaration
public CylindricalGearSet CylindricalGearSet { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSet |
IsCentreDistanceReadyToChange
Declaration
public bool IsCentreDistanceReadyToChange { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
OverrideDesignPocketingPowerLossCoefficients
Declaration
public bool OverrideDesignPocketingPowerLossCoefficients { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>