Show / Hide Table of Contents

Class ThreadToleranceMaskDto

Описывает маску для допуска.

Inheritance
object
ThreadToleranceMaskDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ascon.Vertical.ReferenceData.DataTransferObjects
Assembly: Ascon.Vertical.ReferenceData.dll
Syntax
public class ThreadToleranceMaskDto

Properties

DiameterMax

Возвращает или назначает максимальный диаметр, для которого проверяется допуск.

Declaration
[JsonPropertyName("maxdiameter")]
public double? DiameterMax { get; set; }
Property Value
Type Description
double?

DiameterMin

Возвращает или назначает минимальный диаметр, для которого проверяется допуск.

Declaration
[JsonPropertyName("mindiameter")]
public double? DiameterMin { get; set; }
Property Value
Type Description
double?

FirstDegree

Возвращает или назначает первую степень допуска.

Declaration
[JsonPropertyName("firstdegree")]
public string FirstDegree { get; set; }
Property Value
Type Description
string

FirstDeviation

Возвращает или назначает первое отклонение допуска.

Declaration
[JsonPropertyName("firstdeviation")]
public string FirstDeviation { get; set; }
Property Value
Type Description
string

Kind

Возвращает или назначает вид резьбы.

Declaration
[JsonPropertyName("kind")]
public ThreadKind Kind { get; set; }
Property Value
Type Description
ThreadKind

SecondDegree

Возвращает или назначает вторую степень допуска.

Declaration
[JsonPropertyName("seconddegree")]
public string SecondDegree { get; set; }
Property Value
Type Description
string

SecondDeviation

Возвращает или назначает второе отклонение допуска.

Declaration
[JsonPropertyName("seconddeviation")]
public string SecondDeviation { get; set; }
Property Value
Type Description
string

Type

Возвращает или назначает тип резьбы.

Declaration
[JsonPropertyName("type")]
public ThreadType Type { get; set; }
Property Value
Type Description
ThreadType
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»