IDFstepper
IDF to STEP converter
|
A single user-defined note. More...
#include <IdfStructure.hpp>
Public Attributes | |
double | x |
X-coordinate of text (bottom-left justification). | |
double | y |
Y-coordinate of text (bottom-left justification). | |
double | height |
Height of the text. | |
double | length |
Physical length of the text string. | |
std::string | text |
Actual text string. |
A single user-defined note.
Definition at line 271 of file IdfStructure.hpp.
double idf::Note::height |
Height of the text.
Definition at line 277 of file IdfStructure.hpp.
double idf::Note::length |
Physical length of the text string.
Definition at line 279 of file IdfStructure.hpp.
std::string idf::Note::text |
Actual text string.
Definition at line 281 of file IdfStructure.hpp.
double idf::Note::x |
X-coordinate of text (bottom-left justification).
Definition at line 273 of file IdfStructure.hpp.
double idf::Note::y |
Y-coordinate of text (bottom-left justification).
Definition at line 275 of file IdfStructure.hpp.