Classes | Defines | Enumerations
mydxfentities.hpp File Reference

DXF Entities. More...

#include <stdint.h>
#include <vector>
#include <cairo.h>
#include "mydxffile.hpp"
#include "vec3d.hpp"
#include "transformation.hpp"

Go to the source code of this file.

Classes

class  MyDXFEntity
 DXF entity base class. More...
class  MyDXFPathEntity
 DXF path entity base class. More...
class  MyDXFEntitySelection
 DXF entity selection. More...
class  MyDXFEntities
 DXF entity database. More...

Defines

#define MYDXF_PERT_EPS   1.1e-12

Enumerations

enum  EntityType {
  ENTITY_UNKNOWN = 0, ENTITY_LINE, ENTITY_LWPOLYLINE, ENTITY_SPLINE,
  ENTITY_ARC, ENTITY_CIRCLE, ENTITY_MTEXT, ENTITY_INSERT
}
 Entity type. More...

Detailed Description

DXF Entities.


Define Documentation

#define MYDXF_PERT_EPS   1.1e-12

Enumeration Type Documentation

enum EntityType

Entity type.

Enumerator:
ENTITY_UNKNOWN 
ENTITY_LINE 
ENTITY_LWPOLYLINE 
ENTITY_SPLINE 
ENTITY_ARC 
ENTITY_CIRCLE 
ENTITY_MTEXT 
ENTITY_INSERT