This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 419
8446c349 952e ca4c c116 42ac8de9a1c6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Dimension type.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum DimensionType
VB
Public Enumeration DimensionType
C++
public enum class DimensionType
F#
type DimensionType
Linear | 0 | Rotated, horizontal, or vertical. |
Aligned | 1 | Aligned. |
Angular | 2 | Angular 2 lines. |
Diameter | 3 | Diameter. |
Radius | 4 | Radius. |
Angular3Point | 5 | Angular 3 points. |
Ordinate | 6 | Ordinate. |
ArcLength | 7 | Arc Length. |