|
QCAD
Open Source 2D CAD
|
Insert Data. More...
#include <dl_entities.h>
Public Member Functions | |
| DL_InsertData (const std::string &name, double ipx, double ipy, double ipz, double sx, double sy, double sz, double angle, int cols, int rows, double colSp, double rowSp) | |
| Constructor. | |
Public Attributes | |
| double | angle |
| int | cols |
| double | colSp |
| double | ipx |
| double | ipy |
| double | ipz |
| std::string | name |
| int | rows |
| double | rowSp |
| double | sx |
| double | sy |
| double | sz |
Insert Data.
|
inline |
Constructor.
Parameters: see member variables.
| double DL_InsertData::angle |
Rotation angle in degrees.
| int DL_InsertData::cols |
Number of colums if we insert an array of the block or 1.
| double DL_InsertData::colSp |
Values for the spacing between cols.
| double DL_InsertData::ipx |
X Coordinate of insertion point.
| double DL_InsertData::ipy |
Y Coordinate of insertion point.
| double DL_InsertData::ipz |
Z Coordinate of insertion point.
| std::string DL_InsertData::name |
Name of the referred block.
| int DL_InsertData::rows |
Number of rows if we insert an array of the block or 1.
| double DL_InsertData::rowSp |
Values for the spacing between rows.
| double DL_InsertData::sx |
X Scale factor.
| double DL_InsertData::sy |
Y Scale factor.
| double DL_InsertData::sz |
Z Scale factor.