The dimeLayer class handles layers. More...
#include <Layer.h>
Each entity will have a pointer to a dimeLayer class. If no layer is specified by the user, a pointer to a default layer will be used. An instance of this class can only be constructed by the dimeModel class.
Returns the layer name.
Returns the layer number. This will be a unique number for this layer. The default layer will have number 0, and all other layer will get running number from 1 and up. This can be useful when extracting geometry from a DXF model, and you need to group the geometry by layer.
Returns the color number for this layer. A negative value means that this layer is off.
Sets the color number for this layer.
Returns the flags for this layer.
Sets the flags for this layer.
Returns true if this is the default layer.
[static]
Returns a pointer to the default layer.