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

8446c349 952e ca4c c116 42ac8de9a1c6

haplokuon edited this page May 6, 2023 · 1 revision

DimensionType Enumeration

netDxf 3.0.0 Library

Dimension type.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public enum DimensionType

VB

Public Enumeration DimensionType

C++

public enum class DimensionType

F#

type DimensionType

Members

Linear 0 Rotated, horizontal, or vertical.
Aligned 1 Aligned.
Angular 2 Angular 2 lines.
Diameter 3 Diameter.
Radius 4 Radius.
Angular3Point 5 Angular 3 points.
Ordinate 6 Ordinate.
ArcLength 7 Arc Length.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally