Class DimensionArrowhead
Predefined shapes for dimension style arrowheads.
Inheritance
Inherited Members
Namespace: netDxf.Entities
Assembly: CADability.dll
Syntax
public static class DimensionArrowhead
Remarks
Arrowhead block names and its representation.
"" = closed filled
"_DOT" = dot
"_DOTSMALL" = dot small
"_DOTBLANK" = dot blank
"_ORIGIN" = origin indicator
"_ORIGIN2" = origin indicator 2
"_OPEN" = open
"_OPEN90" = open 90 (right angle)
"_OPEN30" = open 30
"_CLOSED" = closed
"_SMALL" = dot small blank
"_NONE" = none
"_OBLIQUE" = oblique
"_BOXFILLED" = box filled
"_BOXBLANK" = box
"_CLOSEDBLANK" = closed blank
"_DATUMFILLED" = datum triangle filled
"_DATUMBLANK" = datum triangle
"_INTEGRAL" = integral
"_ARCHTICK" = architectural tick
Properties
| Improve this Doc View SourceArchitecturalTick
Architectural tick arrowhead.
Declaration
public static Block ArchitecturalTick { get; }
Property Value
| Type | Description |
|---|---|
| Block |
Box
Box arrowhead.
Declaration
public static Block Box { get; }
Property Value
| Type | Description |
|---|---|
| Block |
BoxFilled
Filled box arrowhead.
Declaration
public static Block BoxFilled { get; }
Property Value
| Type | Description |
|---|---|
| Block |
Closed
Closed arrowhead.
Declaration
public static Block Closed { get; }
Property Value
| Type | Description |
|---|---|
| Block |
ClosedBlank
Blank closed arrowhead.
Declaration
public static Block ClosedBlank { get; }
Property Value
| Type | Description |
|---|---|
| Block |
DatumTriangle
Datum triangle arrowhead.
Declaration
public static Block DatumTriangle { get; }
Property Value
| Type | Description |
|---|---|
| Block |
DatumTriangleFilled
Filled datum triangle arrowhead.
Declaration
public static Block DatumTriangleFilled { get; }
Property Value
| Type | Description |
|---|---|
| Block |
Dot
Dot arrowhead.
Declaration
public static Block Dot { get; }
Property Value
| Type | Description |
|---|---|
| Block |
DotBlank
Blank dot arrowhead.
Declaration
public static Block DotBlank { get; }
Property Value
| Type | Description |
|---|---|
| Block |
DotSmall
Small dot arrowhead.
Declaration
public static Block DotSmall { get; }
Property Value
| Type | Description |
|---|---|
| Block |
DotSmallBlank
Small blank dot arrowhead.
Declaration
public static Block DotSmallBlank { get; }
Property Value
| Type | Description |
|---|---|
| Block |
Integral
Integral symbol arrowhead.
Declaration
public static Block Integral { get; }
Property Value
| Type | Description |
|---|---|
| Block |
None
Empty arrowhead.
Declaration
public static Block None { get; }
Property Value
| Type | Description |
|---|---|
| Block |
Oblique
Oblique arrowhead.
Declaration
public static Block Oblique { get; }
Property Value
| Type | Description |
|---|---|
| Block |
Open
Open arrowhead.
Declaration
public static Block Open { get; }
Property Value
| Type | Description |
|---|---|
| Block |
Open30
Open 30 degree angle arrowhead.
Declaration
public static Block Open30 { get; }
Property Value
| Type | Description |
|---|---|
| Block |
Open90
Open 90 degree arrowhead (right angle arrowhead).
Declaration
public static Block Open90 { get; }
Property Value
| Type | Description |
|---|---|
| Block |
OriginIndicator
Origin indicator arrowhead.
Declaration
public static Block OriginIndicator { get; }
Property Value
| Type | Description |
|---|---|
| Block |
OriginIndicator2
Origin indicator 2 arrowhead.
Declaration
public static Block OriginIndicator2 { get; }
Property Value
| Type | Description |
|---|---|
| Block |