Click or drag to resize

PointShape Enumeration

Defines the shape of the point entities.

Namespace:  DXFReaderNET.Header
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public enum PointShape
Members
  Member nameValueDescription
Dot0 A dot.
Empty1 No shape.
Plus2 Plus sign.
Cross3 Cross sign.
Line4 A line going upwards.
CircleDot32 A circle and a dot.
CircleEmpty33 Only a circle shape.
CirclePlus34 A circle and a plus sign.
CircleCross35 A circle and a cross sign.
CircleLine36 A circle and a line.
SquareDot64 A square and a dot.
SquareEmpty65 Only a square shape.
SquarePlus66 A square and a plus sign.
SquareCross67 A square and a cross sign.
SquareLine68 A square and a line.
CircleSquareDot96 A circle, a square, and a dot.
CircleSquareEmpty97 A circle and a square.
CircleSquarePlus98 A circle, a square, and a plus sign.
CircleSquareCross99 A circle, a square, and a cross sign.
CircleSquareLine100 A circle, a square, and a line.
See Also