#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 |
If structure size changes, geom.dll will need to be changed
Definition at line 338 of file rvccad.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.3.8-20040913