Class ProfileReliefWithDeviation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ProfileReliefWithDeviation
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 abstract class ProfileReliefWithDeviation : ReliefWithDeviation, IEquatable<APIBase>
Properties
PositionOnProfile
Declaration
public CylindricalGearProfileMeasurement PositionOnProfile { get; }
Property Value
Type | Description |
---|---|
CylindricalGearProfileMeasurement |
ProfileRelief
Measurement: VeryShortLength
Declaration
public virtual double ProfileRelief { get; }
Property Value
Type | Description |
---|---|
System.Double |
RollDistance
Measurement: ShortLength
Declaration
public double RollDistance { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>