Class ConicalGearFlankMicroGeometry
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGearFlankMicroGeometry
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Conical.MicroGeometry
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConicalGearFlankMicroGeometry : FlankMicroGeometry, IEquatable<APIBase>
Properties
Bias
Declaration
public ConicalGearBiasModification Bias { get; }
Property Value
Type | Description |
---|---|
ConicalGearBiasModification |
GearDesign
Declaration
public ConicalGearDesign GearDesign { get; }
Property Value
Type | Description |
---|---|
ConicalGearDesign |
LeadRelief
Declaration
public ConicalGearLeadModification LeadRelief { get; }
Property Value
Type | Description |
---|---|
ConicalGearLeadModification |
MicroGeometryInputType
Declaration
public override MicroGeometryInputTypes MicroGeometryInputType { get; set; }
Property Value
Type | Description |
---|---|
MicroGeometryInputTypes |
Overrides
ProfileRelief
Declaration
public ConicalGearProfileModification ProfileRelief { get; }
Property Value
Type | Description |
---|---|
ConicalGearProfileModification |
Implements
System.IEquatable<T>