|
QCAD Application Framework
CAD Application Development and Automation.
|
#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 | |
| double | angle |
| int | numLoops |
| string | pattern |
| double | scale |
| bool | solid |
Hatch data.
|
inline |
Default constructor.
|
inline |
Constructor.
Parameters: see member variables.
| double DL_HatchData::angle |
Pattern angle
| int DL_HatchData::numLoops |
Number of boundary paths (loops).
| string DL_HatchData::pattern |
Pattern name.
| double DL_HatchData::scale |
Pattern scale or spacing
| bool DL_HatchData::solid |
Solid fill flag (true=solid, false=pattern).