Class CylindricalGearMeshMicroGeometry
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMeshMicroGeometry
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearMeshMicroGeometry : GearMeshImplementationDetail, IEquatable<APIBase>
Properties
CylindricalGearMicroGeometries
Declaration
public ReadOnlyCollection<CylindricalGearMicroGeometryBase> CylindricalGearMicroGeometries { get; }
Property Value
CylindricalGearMicroGeometriesSpecifiedPerTooth
Declaration
public ReadOnlyCollection<CylindricalGearMicroGeometryPerTooth> CylindricalGearMicroGeometriesSpecifiedPerTooth { get; }
Property Value
CylindricalGearSetMicroGeometry
Declaration
public CylindricalGearSetMicroGeometry CylindricalGearSetMicroGeometry { get; }
Property Value
CylindricalMesh
Declaration
public CylindricalGearMeshDesign CylindricalMesh { get; }
Property Value
GearA
Declaration
public CylindricalGearMicroGeometryBase GearA { get; }
Property Value
GearB
Declaration
public CylindricalGearMicroGeometryBase GearB { get; }
Property Value
Declaration
public bool HasGearsSpecifyingMicroGeometryPerTooth { get; }
Property Value
Type |
Description |
System.Boolean |
|
LeftFlankLeadModificationChart
Declaration
public TwoDChartDefinition LeftFlankLeadModificationChart { get; }
Property Value
LeftFlankProfileModificationChart
Declaration
public TwoDChartDefinition LeftFlankProfileModificationChart { get; }
Property Value
NumberOfToothPassesForLTCA
Declaration
public Overridable<int> NumberOfToothPassesForLTCA { get; set; }
Property Value
ProfileMeasuredAs
Declaration
public CylindricalGearProfileMeasurementType ProfileMeasuredAs { get; }
Property Value
RightFlankLeadModificationChart
Declaration
public TwoDChartDefinition RightFlankLeadModificationChart { get; }
Property Value
RightFlankProfileModificationChart
Declaration
public TwoDChartDefinition RightFlankProfileModificationChart { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods