Class CylindricalGearMicroGeometry
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMicroGeometry
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical.MicroGeometry
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearMicroGeometry : CylindricalGearMicroGeometryBase, IEquatable<APIBase>
Properties
BothFlanks
Declaration
public CylindricalGearFlankMicroGeometry BothFlanks { get; }
Property Value
Type | Description |
---|---|
CylindricalGearFlankMicroGeometry |
Flanks
Declaration
public ReadOnlyCollection<CylindricalGearFlankMicroGeometry> Flanks { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearFlankMicroGeometry> |
LeftFlank
Declaration
public CylindricalGearFlankMicroGeometry LeftFlank { get; }
Property Value
Type | Description |
---|---|
CylindricalGearFlankMicroGeometry |
MeshedGears
Declaration
public ReadOnlyCollection<MeshedCylindricalGearMicroGeometry> MeshedGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MeshedCylindricalGearMicroGeometry> |
RightFlank
Declaration
public CylindricalGearFlankMicroGeometry RightFlank { get; }
Property Value
Type | Description |
---|---|
CylindricalGearFlankMicroGeometry |
Implements
System.IEquatable<T>