#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 | |
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. Parameters: see member variables. |
|
Rotation angle in rad. |
|
Number of colums if we insert an array of the block or 1. |
|
Values for the spacing between cols. |
|
X Coordinate of insertion point. |
|
Y Coordinate of insertion point. |
|
Z Coordinate of insertion point. |
|
Name of the referred block. |
|
Number of rows if we insert an array of the block or 1. |
|
Values for the spacing between rows. |
|
X Scale factor. |
|
Y Scale factor. |
|
Z Scale factor. |