#include <rvccad.h>
Inheritance diagram for RVCCADINFO:

Public Member Functions | |
| RVCCADINFO () | |
| RVCCADINFO (const RVCGENINFO &ginfo) | |
| RVCCADINFO & | operator= (const RVCGENINFO &ginfo) |
| void | Clear () |
| DRECT3D | GetExtents () const |
| void | SetExtents (const DRECT3D &rect) |
Public Attributes | |
| DPOINT3D_OLD | minval |
| DPOINT3D_OLD | maxval |
| UINT16 | PointType |
| UINT16 | LinkType |
| UINT16 | ElemHdrSize |
| UINT16 | CAD_BlockSize |
| UINT32 | MaxSize |
| UINT32 | NumBlocks |
| DOUBLE | xscale |
| DOUBLE | yscale |
| DOUBLE | zscale |
| INT32 | NextElemID |
| UINT8 | spare [4] |
|
|
|
|
|
|
|
|
Reimplemented from RVCGENINFO. |
|
|
Get extents of CAD object.
|
|
|
|
|
|
Set extents of CAD object.
|
|
|
2 Size of CADBLOCK (set by MfMakeCAD routine)
|
|
|
2 Size of CADELEMHDR (set by MfMakeCAD routine)
|
|
|
2 Type of link (DXF, MIF, ...)
|
|
|
4 Maximum Size of an CAD object element (set by MfUpdateCAD routine)
|
|
|
24 Max coord values for the entire CADobj
|
|
|
24 Min coord values for the entire CADobj
|
|
|
4 Next element ID variable
|
|
|
4 Number of CAD object Block Headers
|
|
|
2 RVC CAD point types
|
|
|
4 Round to a double
|
|
|
8 Scale between CAD object and ground distances
|
|
|
8 Scale between CAD object and ground distances
|
|
|
8 Scale between CAD object and ground distances
|
1.3.4-20031026