Class ReliefWithDeviation
Inheritance
System.Object
ReliefWithDeviation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical.MicroGeometry
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ReliefWithDeviation : APIBase, IEquatable<APIBase>
Properties
LowerLimit
Measurement: VeryShortLength
Declaration
public double LowerLimit { get; }
Property Value
Type | Description |
---|---|
System.Double |
Relief
Measurement: VeryShortLength
Declaration
public virtual double Relief { get; }
Property Value
Type | Description |
---|---|
System.Double |
Section
Declaration
public string Section { get; }
Property Value
Type | Description |
---|---|
System.String |
UpperLimit
Measurement: VeryShortLength
Declaration
public double UpperLimit { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>