QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DL_InsertData Struct Reference

Insert Data. More...

#include <dl_entities.h>

List of all members.

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

Detailed Description

Insert Data.

Author:
Andrew Mustun

Constructor & Destructor Documentation

DL_InsertData::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 
)
inline

Constructor.

Parameters: see member variables.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: