#include <dl_entities.h>
Public Member Functions | |
| DL_HatchData () | |
| Default constructor. | |
| DL_HatchData (int hNumLoops, bool hSolid, double hScale, double hAngle, const string &hPattern) | |
| Constructor. | |
Public Attributes | |
| int | numLoops |
| bool | solid |
| double | scale |
| double | angle |
| string | pattern |
|
||||||||||||||||||||||||
|
Constructor. Parameters: see member variables. |
|
|
Pattern angle |
|
|
Number of boundary paths (loops). |
|
|
Pattern name. |
|
|
Pattern scale or spacing |
|
|
Solid fill flag (true=solid, false=pattern). |
1.4.4