ImGearVectEntities Enumeration
In This Topic
Specifies the type of the entity.
Syntax
Members
| Member | Value | Description |
| ARC | 6 | The entity is an elliptical arc. |
| BEZIER_CURVE | 8 | The entity is a Bezier curve. |
| BEZIER_SURFACE | 16 | The entity is a Bezier surface. |
| BLOCK | 1 | The entity is a block. |
| CONNECTION | 13 | The entity is a connection edge. |
| EASY_SURFACE | 10 | The entity is an easy surface. |
| EASYLINE | 2 | The entity is an easy line. |
| ELLIPSE | 5 | The entity is an ellipse. |
| FIGURE | 12 | The entity is a figure. |
| GEOMETRY | 21 | The entity is a geometry. |
| INSERTION | 20 | The entity is an insertion. |
| NURBS_CURVE | 9 | The entity is a NURBS curve. |
| NURBS_SURFACE | 11 | The entity is a NURBS surface. |
| POLYLINE | 3 | The entity is a polyline. |
| POLYLINEEX | 4 | The entity is an extended polyline. |
| RASTER | 14 | The entity is a raster. |
| SHELL | 17 | The entity is a shell. |
| SHELLEX | 18 | The entity is an extended shell. |
| SOLID | 19 | The entity is a solid. |
| TEXT | 7 | The entity is a text. |
| UNKNOWN | 0 | Unknow entity. |
| VIEWPORT | 15 | The entity is a viewport. |
Inheritance Hierarchy
See Also