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 409
9182e3c1 7e72 ea5d 399c 30017e2fae19
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines the axis that measures the ordinate dimension.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum OrdinateDimensionAxis
VB
Public Enumeration OrdinateDimensionAxis
C++
public enum class OrdinateDimensionAxis
F#
type OrdinateDimensionAxis
X | 0 | The ordinate dimension measure the X distance and the dimension line is aligned to the Y axis. |
Y | 1 | The ordinate dimension measure the Y distance and the dimension line is aligned to the X axis. |