Class SAESplineTolerances
Inheritance
System.Object
SAESplineTolerances
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SAESplineTolerances : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
InternalMajorDiameterTolerance
Declaration
public double InternalMajorDiameterTolerance { get; }
Property Value
| Type |
Description |
| System.Double |
|
LeadVariation
Declaration
public double LeadVariation { get; }
Property Value
| Type |
Description |
| System.Double |
|
MachiningVariation
Declaration
public double MachiningVariation { get; }
Property Value
| Type |
Description |
| System.Double |
|
MajorDiameterTolerance
Declaration
public double MajorDiameterTolerance { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinorDiameterTolerance
Declaration
public double MinorDiameterTolerance { get; }
Property Value
| Type |
Description |
| System.Double |
|
MultiplierF
Declaration
public double MultiplierF { get; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileVariationF_fm
Declaration
public double ProfileVariationF_fm { get; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileVariationF_fp
Declaration
public double ProfileVariationF_fp { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalIndexVariation
Declaration
public double TotalIndexVariation { get; }
Property Value
| Type |
Description |
| System.Double |
|
VariationTolerance
Declaration
public double VariationTolerance { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods