|
QCAD Application Framework
CAD Application Development and Automation.
|
Insert Data. More...
#include <dl_entities.h>
Public Member Functions | |
| DL_InsertData (const string &iName, double iipx, double iipy, double iipz, double isx, double isy, double isz, double iAngle, int iCols, int iRows, double iColSp, double iRowSp) | |
| Constructor. | |
Public Attributes | |
| double | angle |
| int | cols |
| double | colSp |
| double | ipx |
| double | ipy |
| double | ipz |
| 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 rad.
| 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.
| 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.