Class BevelGearMeshRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelGearMeshRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Bevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class BevelGearMeshRating : AGMAGleasonConicalGearMeshRating, IEquatable<APIBase>
Properties
AGMABevelMeshSingleFlankRating
Declaration
public AGMASpiralBevelMeshSingleFlankRating AGMABevelMeshSingleFlankRating { get; }
Property Value
Type | Description |
---|---|
AGMASpiralBevelMeshSingleFlankRating |
GearsInMesh
Declaration
public ReadOnlyCollection<ConicalMeshedGearRating> GearsInMesh { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConicalMeshedGearRating> |
GleasonBevelMeshSingleFlankRating
Declaration
public GleasonSpiralBevelMeshSingleFlankRating GleasonBevelMeshSingleFlankRating { get; }
Property Value
Type | Description |
---|---|
GleasonSpiralBevelMeshSingleFlankRating |
ISO10300BevelMeshSingleFlankRatingMethodB1
Declaration
public ISO10300MeshSingleFlankRatingMethodB1 ISO10300BevelMeshSingleFlankRatingMethodB1 { get; }
Property Value
Type | Description |
---|---|
ISO10300MeshSingleFlankRatingMethodB1 |
ISO10300BevelMeshSingleFlankRatingMethodB2
Declaration
public ISO10300MeshSingleFlankRatingBevelMethodB2 ISO10300BevelMeshSingleFlankRatingMethodB2 { get; }
Property Value
Type | Description |
---|---|
ISO10300MeshSingleFlankRatingBevelMethodB2 |
SizeFactorBending
Declaration
public Overridable<double> SizeFactorBending { get; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SizeFactorContact
Declaration
public Overridable<double> SizeFactorContact { get; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>