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

Public Member Functions | |
| DL_BlockData (const std::string &bName, int bFlags, double bbpx, double bbpy, double bbpz) | |
Public Attributes | |
| std::string | name |
| int | flags |
| double | bpx |
| double | bpy |
| double | bpz |
Block Data.
Definition at line 55 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 60 of file dl_entities.h.
References name.
| double DL_BlockData::bpx |
X Coordinate of base point.
Definition at line 77 of file dl_entities.h.
| double DL_BlockData::bpy |
Y Coordinate of base point.
Definition at line 79 of file dl_entities.h.
| double DL_BlockData::bpz |
Z Coordinate of base point.
Definition at line 81 of file dl_entities.h.
| int DL_BlockData::flags |
Block flags. (not used currently)
Definition at line 75 of file dl_entities.h.
| std::string DL_BlockData::name |
Block name.
Definition at line 73 of file dl_entities.h.