CFx SDK Documentation
2022 SP0
|
#include <RemoteGeomProxy.h>
Public Types | |
enum | Opcode { kGraphics , kStringToExecute } |
Public Member Functions | |
OdRemoteGeomProxy () | |
~OdRemoteGeomProxy () | |
void | setDatabase (OdDbDatabase *pDb) |
void | begin () |
OdGiWorldDraw & | wDraw () |
OdGiWorldGeometry & | wGeom () |
OdGiSubEntityTraits & | traits () |
void | end () |
void | sendStringToExecute (const OdString &s) |
Protected Attributes | |
OdDbDatabasePtr | m_pDb |
OdSmartPtr< OdGiWorldDraw > | m_pWd |
This class is used for debugging purposes inside ODA libraries. It can be used in client code also to draw some geometry to the remote viewer. Remote Geometry Viewer functionality is implemented as part of OdaMfcApp example To run viewer run OdaMfcApp and press Ctrl+Alt+R.
<group Other_Classes>
Definition at line 47 of file RemoteGeomProxy.h.
Enumerator | |
---|---|
kGraphics | |
kStringToExecute |
Definition at line 54 of file RemoteGeomProxy.h.
|
inline |
Definition at line 116 of file RemoteGeomProxy.h.
|
inline |
Definition at line 121 of file RemoteGeomProxy.h.
|
inline |
Definition at line 130 of file RemoteGeomProxy.h.
|
inline |
Definition at line 150 of file RemoteGeomProxy.h.
Definition at line 201 of file RemoteGeomProxy.h.
|
inline |
Definition at line 126 of file RemoteGeomProxy.h.
|
inline |
Definition at line 145 of file RemoteGeomProxy.h.
|
inline |
Definition at line 135 of file RemoteGeomProxy.h.
|
inline |
Definition at line 140 of file RemoteGeomProxy.h.
|
protected |
Definition at line 49 of file RemoteGeomProxy.h.
|
protected |
Definition at line 50 of file RemoteGeomProxy.h.