![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_entities.h>

Public Attributes | |
| std::string | text |
| std::string | font |
| std::string | style |
| double | cx |
| double | cy |
| double | cz |
| double | radius |
| double | xScaleFactor |
| double | height |
| double | spacing |
| double | offset |
| double | rightOffset |
| double | leftOffset |
| double | startAngle |
| double | endAngle |
| bool | reversedCharacterOrder |
| int | direction |
| int | alignment |
| int | side |
| bool | bold |
| bool | italic |
| bool | underline |
| int | characerSet |
| int | pitch |
| bool | shxFont |
| bool | wizard |
| int | arcHandle |
Arc Aligned Text Data.
Definition at line 864 of file dl_entities.h.
| int DL_ArcAlignedTextData::alignment |
Alignment: 1: fit 2: left 3: right 4: center
Definition at line 913 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| int DL_ArcAlignedTextData::arcHandle |
Arc handle/ID
Definition at line 938 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| bool DL_ArcAlignedTextData::bold |
| int DL_ArcAlignedTextData::characerSet |
Character set value. Windows character set identifier.
Definition at line 926 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| double DL_ArcAlignedTextData::cx |
X coordinate of arc center point.
Definition at line 873 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| double DL_ArcAlignedTextData::cy |
Y coordinate of arc center point.
Definition at line 875 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| double DL_ArcAlignedTextData::cz |
Z coordinate of arc center point.
Definition at line 877 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| int DL_ArcAlignedTextData::direction |
Direction 1: outward from center 2: inward from center
Definition at line 906 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| double DL_ArcAlignedTextData::endAngle |
End angle (radians)
Definition at line 896 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| std::string DL_ArcAlignedTextData::font |
| double DL_ArcAlignedTextData::height |
Text height
Definition at line 884 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| bool DL_ArcAlignedTextData::italic |
Italic flag
Definition at line 922 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| double DL_ArcAlignedTextData::leftOffset |
Left offset
Definition at line 892 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| double DL_ArcAlignedTextData::offset |
Offset from arc
Definition at line 888 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| int DL_ArcAlignedTextData::pitch |
Pitch and family value. Windows pitch and character family identifier.
Definition at line 929 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| double DL_ArcAlignedTextData::radius |
Arc radius.
Definition at line 879 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| bool DL_ArcAlignedTextData::reversedCharacterOrder |
Reversed character order: false: normal true: reversed
Definition at line 901 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| double DL_ArcAlignedTextData::rightOffset |
Right offset
Definition at line 890 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| bool DL_ArcAlignedTextData::shxFont |
Font type: false: TTF true: SHX
Definition at line 934 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| int DL_ArcAlignedTextData::side |
Side 1: convex 2: concave
Definition at line 918 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| double DL_ArcAlignedTextData::spacing |
Character spacing
Definition at line 886 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| double DL_ArcAlignedTextData::startAngle |
Start angle (radians)
Definition at line 894 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| std::string DL_ArcAlignedTextData::style |
| std::string DL_ArcAlignedTextData::text |
Text string
Definition at line 866 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| bool DL_ArcAlignedTextData::underline |
Underline flag
Definition at line 924 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| bool DL_ArcAlignedTextData::wizard |
Wizard flag
Definition at line 936 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().
| double DL_ArcAlignedTextData::xScaleFactor |
Relative X scale factor.
Definition at line 882 of file dl_entities.h.
Referenced by DL_Dxf::addArcAlignedText().