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 407
c80c49ae 742d f5fb 03df 6b4ccbe97aa6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines the fraction format when DIMLUNIT is set to 4 (Architectural) or 5 (Fractional).
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum FractionFormatType
VB
Public Enumeration FractionFormatType
C++
public enum class FractionFormatType
F#
type FractionFormatType
Horizontal | 0 | Horizontal stacking. |
Diagonal | 1 | Diagonal stacking. |
NotStacked | 2 | Not stacked (for example, 1/2). |