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
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 DimensionStyleFitOptions
VB
Public Enumeration DimensionStyleFitOptions
C++
public enum class DimensionStyleFitOptions
F#
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. |