QCAD
Open Source 2D CAD
DL_InsertData Struct Reference

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. More...
 

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
 

Detailed Description

Insert Data.

Constructor & Destructor Documentation

◆ DL_InsertData()

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

Constructor.

Parameters: see member variables.

Member Data Documentation

◆ angle

double DL_InsertData::angle

Rotation angle in degrees.

◆ cols

int DL_InsertData::cols

Number of colums if we insert an array of the block or 1.

◆ colSp

double DL_InsertData::colSp

Values for the spacing between cols.

◆ ipx

double DL_InsertData::ipx

X Coordinate of insertion point.

◆ ipy

double DL_InsertData::ipy

Y Coordinate of insertion point.

◆ ipz

double DL_InsertData::ipz

Z Coordinate of insertion point.

◆ name

std::string DL_InsertData::name

Name of the referred block.

◆ rows

int DL_InsertData::rows

Number of rows if we insert an array of the block or 1.

◆ rowSp

double DL_InsertData::rowSp

Values for the spacing between rows.

◆ sx

double DL_InsertData::sx

X Scale factor.

◆ sy

double DL_InsertData::sy

Y Scale factor.

◆ sz

double DL_InsertData::sz

Z Scale factor.


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