|
Horizon
|
Hatch data. More...
#include <dl_entities.h>
Public Member Functions | |
| DL_HatchData () | |
| Default constructor. | |
| DL_HatchData (int numLoops, bool solid, double scale, double angle, const std::string &pattern, double originX=0.0, double originY=0.0) | |
| Constructor. More... | |
Public Attributes | |
| int | numLoops |
| bool | solid |
| double | scale |
| double | angle |
| std::string | pattern |
| double | originX |
| double | originY |
Hatch data.
|
inline |
Constructor.
Parameters: see member variables.
| double DL_HatchData::angle |
Pattern angle in degrees
| int DL_HatchData::numLoops |
Number of boundary paths (loops).
| double DL_HatchData::originX |
Pattern origin
| std::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).