#include <dl_entities.h>
Public Member Functions | |
DL_TextData (double tipx, double tipy, double tipz, double tapx, double tapy, double tapz, double tHeight, double tXScaleFactor, int tTextGenerationFlags, int tHJustification, int tVJustification, const string &tText, const string &tStyle, double tAngle) | |
Constructor. | |
Public Attributes | |
double | ipx |
double | ipy |
double | ipz |
double | apx |
double | apy |
double | apz |
double | height |
double | xScaleFactor |
int | textGenerationFlags |
int | hJustification |
Horizontal justification. | |
int | vJustification |
Vertical justification. | |
string | text |
string | style |
double | angle |
|
Constructor. Parameters: see member variables. |
|
Rotation angle of dimension text away from default orientation. |
|
X Coordinate of alignment point. |
|
Y Coordinate of alignment point. |
|
Z Coordinate of alignment point. |
|
Text height |
|
Horizontal justification. 0 = Left (default), 1 = Center, 2 = Right, 3 = Aligned, 4 = Middle, 5 = Fit For 3, 4, 5 the vertical alignment has to be 0. |
|
X Coordinate of insertion point. |
|
Y Coordinate of insertion point. |
|
Z Coordinate of insertion point. |
|
Style (font). |
|
Text string. |
|
0 = default, 2 = Backwards, 4 = Upside down |
|
Vertical justification. 0 = Baseline (default), 1 = Bottom, 2 = Middle, 3= Top |
|
Relative X scale factor. |