![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_entities.h>

Public Member Functions | |
| DL_HatchData () | |
| DL_HatchData (int numLoops, bool solid, double scale, double angle, const std::string &pattern, double originX=0.0, double originY=0.0) | |
Public Attributes | |
| int | numLoops |
| bool | solid |
| double | scale |
| double | angle |
| std::string | pattern |
| double | originX |
| double | originY |
Hatch data.
Definition at line 1472 of file dl_entities.h.
|
inline |
Default constructor.
Definition at line 1476 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 1482 of file dl_entities.h.
| double DL_HatchData::angle |
Pattern angle in degrees
Definition at line 1504 of file dl_entities.h.
| int DL_HatchData::numLoops |
Number of boundary paths (loops).
Definition at line 1498 of file dl_entities.h.
| double DL_HatchData::originX |
Pattern origin
Definition at line 1508 of file dl_entities.h.
| double DL_HatchData::originY |
Definition at line 1509 of file dl_entities.h.
| std::string DL_HatchData::pattern |
Pattern name.
Definition at line 1506 of file dl_entities.h.
| double DL_HatchData::scale |
Pattern scale or spacing
Definition at line 1502 of file dl_entities.h.
| bool DL_HatchData::solid |
Solid fill flag (true=solid, false=pattern).
Definition at line 1500 of file dl_entities.h.