Show / Hide Table of Contents

Class ThreadDataDto

Описывает справочные данные для резьб.

Inheritance
object
ThreadDataDto
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 ThreadDataDto

Properties

EngagementLengths

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

Declaration
[JsonPropertyName("threadEngagement")]
public IReadOnlyList<ThreadEngagementLengthDto>? EngagementLengths { get; set; }
Property Value
Type Description
IReadOnlyList<ThreadEngagementLengthDto>

ThreadDeviations

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

Declaration
[JsonPropertyName("threadDeviations")]
public IReadOnlyList<ThreadDeviationDto>? ThreadDeviations { get; set; }
Property Value
Type Description
IReadOnlyList<ThreadDeviationDto>

Threads

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

Declaration
[JsonPropertyName("threads")]
public IReadOnlyList<ThreadDto>? Threads { get; set; }
Property Value
Type Description
IReadOnlyList<ThreadDto>

ToleranceMasks

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

Declaration
[JsonPropertyName("toleranceMasks")]
public IReadOnlyList<ThreadToleranceMaskDto>? ToleranceMasks { get; set; }
Property Value
Type Description
IReadOnlyList<ThreadToleranceMaskDto>

Tolerances

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

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