Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

78080f57 0038 b89d dc32 1a673ac4d153

haplokuon edited this page May 6, 2023 · 1 revision

DimensionStyleFitOptions Enumeration

netDxf 3.0.0 Library

Controls dimension text and arrow placement when space is not sufficient to place both within the extension lines.

Definition

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

Members

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.

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally