Panda3D
|
This represents a "layer" as read from the DXF file. More...
#include "dxfLayer.h"
Public Member Functions | |
DXFLayer (const string &name) |
This represents a "layer" as read from the DXF file.
A layer may be defined by reading the header part of the file, or it may be implicitly defined by an entity's having referenced it.
User code may derive from DXFLayer to associate private data with each layer, if desired.
Definition at line 31 of file dxfLayer.h.