Defines the entity type.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax Public Enumeration EntityType
public enum class EntityType
Members
| Member name | Value | Description |
---|
| AcadProxyEntity | 0 |
Acad Proxy entity.
|
| AcadTable | 1 |
Table entity.
|
| Arc | 2 |
Arc entity.
|
| Attribute | 3 |
Attribute definition entity.
|
| AttributeDefinition | 4 |
Attribute definition entity.
|
| Body | 5 |
BODY entity.
|
| Surface | 6 |
SURFACE entity.
|
| Circle | 7 |
Circle entity.
|
| Dimension | 8 |
Dimension entity.
|
| Ellipse | 9 |
Ellipse entity.
|
| Face3D | 10 |
3DFACE entity.
|
| Hatch | 11 |
Hatch entity.
|
| Helix | 12 |
Helix entity.
|
| Image | 13 |
A raster image entity.
|
| Insert | 14 |
Block insertion entity.
|
| Leader | 15 |
Leader entity.
|
| LightWeightPolyline | 16 |
Lightweight polyline entity.
|
| Line | 17 |
Line entity.
|
| Mesh | 18 |
Mesh entity.
|
| MLine | 19 |
Multiline entity.
|
| MText | 20 |
Multiline text string entity.
|
| OleFrame | 21 |
OLE frame entity.
|
| Ole2Frame | 22 |
OLE binary object entity.
|
| Point | 23 |
Point entity.
|
| PolyfaceMesh | 24 |
Polyface mesh entity.
|
| Polyline | 25 |
3d polyline entity.
|
| Ray | 26 |
Ray entity.
|
| Region | 27 |
Region entity.
|
| Solid | 28 |
Solid entity.
|
| Shape | 29 |
Shape entity.
|
| Solid3D | 30 |
3DSOLID entity.
|
| Spline | 31 |
Spline (nonuniform rational B-splines NURBS).
|
| Text | 32 |
Text string entity.
|
| Tolerance | 33 |
Tolerance entity.
|
| Trace | 34 |
Trace entity.
|
| Underlay | 35 |
Underlay entity.
|
| Viewport | 36 |
Viewport entity.
|
| Wipeout | 37 |
Wipeout entity.
|
| XLine | 38 |
XLine entity.
|
See Also