IDFstepper
IDF to STEP converter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Attributes
idf::Note Struct Reference

A single user-defined note. More...

#include <IdfStructure.hpp>

List of all members.

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.

Detailed Description

A single user-defined note.

Definition at line 271 of file IdfStructure.hpp.


Member Data Documentation

Height of the text.

Definition at line 277 of file IdfStructure.hpp.

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines