Show / Hide Table of Contents

Class DimensionArrowhead

Predefined shapes for dimension style arrowheads.

Inheritance
System.Object
DimensionArrowhead
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 Source

ArchitecturalTick

Architectural tick arrowhead.

Declaration
public static Block ArchitecturalTick { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

Box

Box arrowhead.

Declaration
public static Block Box { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

BoxFilled

Filled box arrowhead.

Declaration
public static Block BoxFilled { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

Closed

Closed arrowhead.

Declaration
public static Block Closed { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

ClosedBlank

Blank closed arrowhead.

Declaration
public static Block ClosedBlank { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

DatumTriangle

Datum triangle arrowhead.

Declaration
public static Block DatumTriangle { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

DatumTriangleFilled

Filled datum triangle arrowhead.

Declaration
public static Block DatumTriangleFilled { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

Dot

Dot arrowhead.

Declaration
public static Block Dot { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

DotBlank

Blank dot arrowhead.

Declaration
public static Block DotBlank { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

DotSmall

Small dot arrowhead.

Declaration
public static Block DotSmall { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

DotSmallBlank

Small blank dot arrowhead.

Declaration
public static Block DotSmallBlank { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

Integral

Integral symbol arrowhead.

Declaration
public static Block Integral { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

None

Empty arrowhead.

Declaration
public static Block None { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

Oblique

Oblique arrowhead.

Declaration
public static Block Oblique { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

Open

Open arrowhead.

Declaration
public static Block Open { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

Open30

Open 30 degree angle arrowhead.

Declaration
public static Block Open30 { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

Open90

Open 90 degree arrowhead (right angle arrowhead).

Declaration
public static Block Open90 { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

OriginIndicator

Origin indicator arrowhead.

Declaration
public static Block OriginIndicator { get; }
Property Value
Type Description
Block
| Improve this Doc View Source

OriginIndicator2

Origin indicator 2 arrowhead.

Declaration
public static Block OriginIndicator2 { get; }
Property Value
Type Description
Block
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX