This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 436
78080f57 0038 b89d dc32 1a673ac4d153
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Controls dimension text and arrow placement when space is not sufficient to place both within the extension lines.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum DimensionStyleFitOptionsVB
Public Enumeration DimensionStyleFitOptionsC++
public enum class DimensionStyleFitOptionsF#
type DimensionStyleFitOptions| TextAndArrows | 0 | Places both text and arrows outside extension lines. |
| Arrows | 1 | Moves arrows first, then text. |
| Text | 2 | Moves text first, then arrows. |
| BestFit | 3 | Moves either text or arrows, whichever fits best. |