Go to the documentation of this file.
14 #ifndef DXFTOEGGLAYER_H
15 #define DXFTOEGGLAYER_H
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A base class for nodes in the hierarchy that are not leaf nodes.
This class supervises the construction of an EggData structure from a DXF file.
Any one-, two-, three-, or four-component vertex, possibly with attributes such as a normal.
EggVertex * add_vertex(const DXFVertex &vertex)
Adds a unique vertex to the layer's vertex pool and returns it.
This represents a "layer" as read from the DXF file.
void add_polygon(const DXFToEggConverter *entity)
Given that done_entity() has just been called and that the current entity represents a polygon,...
Stored within DXFFile, this is the basic Vertex data of a DXF file.
A collection of vertices.
The main glue of the egg hierarchy, this corresponds to the <Group>, <Instance>, and <Joint> type nod...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The specialization of DXFLayer used by DXFToEggConverter.
void add_line(const DXFToEggConverter *entity)
Similar to add_polygon(), but adds a set of point lights instead.