Any addition to the list "MUST" be noted in _rvcCADInit() (rvccad.c) and in StyleQueryEvalCAD (dbqstyle.c) and in hdrdesc.ref (see person in charge of RVC). More...
#include <mi32/rvccad.h>
Public Member Functions | |
| CADELEMOPT () | |
| void | GetStyle (TEXTSTYLE &text) const |
| void | GetStyle (POLYSTYLE &poly) const |
| void | GetStyle (POINTSTYLE &point) const |
| void | GetStyle (LINESTYLE &line) const |
| CADELEMOPT & | operator= (const CADELEMOPT &rhs) |
| void | SetStyle (const TEXTSTYLE &text) |
| void | SetStyle (const POLYSTYLE &poly) |
| void | SetStyle (const POINTSTYLE &point) |
| void | SetStyle (const LINESTYLE &line) |
Public Attributes | |
| FLOAT | Angle |
| COLOR | color |
| INT32 | dbrecord |
| DPOINT3D | Extrusion |
| COLOR | FillColor |
| INT32 | FillPatt |
| INT32 | HyperLink |
| INT32 | LinePatt |
| COLOR | m_LineDrawColor |
| COLOR | m_PolyBorderColor |
| COLOR | m_PolyFillColor |
| DOUBLE | MapScale |
| UINT16 | Space |
| UINT32 | StyleFlags |
| INT32 | Symbol |
| FLOAT | width |
| UINT16 | WidthUnits |
| FLOAT | ywidth |
Any addition to the list "MUST" be noted in _rvcCADInit() (rvccad.c) and in StyleQueryEvalCAD (dbqstyle.c) and in hdrdesc.ref (see person in charge of RVC).
If structure size changes, geom.dll will need to be changed
| CADELEMOPT::CADELEMOPT | ( | ) | [inline] |
| void CADELEMOPT::GetStyle | ( | TEXTSTYLE & | text | ) | const [inline] |
| void CADELEMOPT::GetStyle | ( | POLYSTYLE & | poly | ) | const [inline] |
| void CADELEMOPT::GetStyle | ( | POINTSTYLE & | point | ) | const [inline] |
| void CADELEMOPT::GetStyle | ( | LINESTYLE & | line | ) | const [inline] |
| CADELEMOPT& CADELEMOPT::operator= | ( | const CADELEMOPT & | rhs | ) | [inline] |
| void CADELEMOPT::SetStyle | ( | const TEXTSTYLE & | text | ) | [inline] |
| void CADELEMOPT::SetStyle | ( | const POLYSTYLE & | poly | ) | [inline] |
| void CADELEMOPT::SetStyle | ( | const POINTSTYLE & | point | ) | [inline] |
| void CADELEMOPT::SetStyle | ( | const LINESTYLE & | line | ) | [inline] |
4 Angle of point symbol
8 Color - XColor format
4 Pointer to dblist entry
8 Fill color - XColor format
4 Fill Pattern index
4 Index to hyperindex shape definition
4 Line Pattern index
8 MapScale to use given scales at
2 Reserved for future use
4 See STDDEFNS.H for flag definitions
4 Point Symbol index
4 Width of element in CAD coordinates!, also X-Width for points
2 Units that width field is in
4 Y-Width for points
1.6.1