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 411
8eb9b069 dffb eed0 8539 4c3e2278cf08
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Predefined shapes for dimension style arrowheads.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static class DimensionArrowhead
VB
Public NotInheritable Class DimensionArrowhead
C++
public ref class DimensionArrowhead abstract sealed
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DimensionArrowhead = class end
Inheritance | Object → DimensionArrowhead |
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
ArchitecturalTick | Architectural tick arrowhead. |
Box | Box arrowhead. |
BoxFilled | Filled box arrowhead. |
Closed | Closed arrowhead. |
ClosedBlank | Blank closed arrowhead. |
DatumTriangle | Datum triangle arrowhead. |
DatumTriangleFilled | Filled datum triangle arrowhead. |
Dot | Dot arrowhead. |
DotBlank | Blank dot arrowhead. |
DotSmall | Small dot arrowhead. |
DotSmallBlank | Small blank dot arrowhead. |
Integral | Integral symbol arrowhead. |
None | Empty arrowhead. |
Oblique | Oblique arrowhead. |
Open | Open arrowhead. |
Open30 | Open 30 degree angle arrowhead. |
Open90 | Open 90 degree arrowhead (right angle arrowhead). |
OriginIndicator | Origin indicator arrowhead. |
OriginIndicator2 | Origin indicator 2 arrowhead. |