Show / Hide Table of Contents

Class ThreadData

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

Inheritance
object
ThreadData
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
Assembly: Ascon.Vertical.ReferenceData.dll
Syntax
public class ThreadData

Properties

EngagementLengths

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

Declaration
public IReadOnlyList<ThreadEngagementLength> EngagementLengths { get; }
Property Value
Type Description
IReadOnlyList<ThreadEngagementLength>

ThreadDeviations

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

Declaration
public IReadOnlyList<ThreadDeviation> ThreadDeviations { get; }
Property Value
Type Description
IReadOnlyList<ThreadDeviation>

Threads

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

Declaration
public IReadOnlyList<Thread> Threads { get; }
Property Value
Type Description
IReadOnlyList<Thread>

ToleranceMasks

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

Declaration
public IReadOnlyList<ThreadToleranceMask> ToleranceMasks { get; }
Property Value
Type Description
IReadOnlyList<ThreadToleranceMask>

Tolerances

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

Declaration
public IReadOnlyList<ThreadTolerance> Tolerances { get; }
Property Value
Type Description
IReadOnlyList<ThreadTolerance>

Methods

ToDto()

Возвращает описание справочных данных.

Declaration
public ThreadDataDto ToDto()
Returns
Type Description
ThreadDataDto

Сформированное описание.

Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»