Class ReliefWithDeviation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ReliefWithDeviation
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 ReliefWithDeviation : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>