API Reference > Other Classes > OdRemoteGeomProxy Class
OdRemoteGeomProxy Class
OdRemoteGeomProxy
Syntax
C++
class OdRemoteGeomProxy;

RemoteGeomProxy.h

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. 

 

 
Name 
Description 
 
This is ~OdRemoteGeomProxy, a member of class OdRemoteGeomProxy. 
 
Constructor. 
 
Name 
Description 
 
For the internal use. 
 
Name 
Description 
 
Initializes collecting geometry to send. 
 
end 
Sends geometry collected since last call of begin() method to Remote Geometry Viewer over the named pipe. 
 
Sends a string for execution to Remote Geometry Viewer. That string will be send to execution to RX command line engine. See OdEdCommandStack for detailes. 
 
Initialize reference database that is used for some operations (e.g. font rendering). If you certain that such operations would not be executed you can omit it. 
 
Returns OdGiSubEntityTraits object to output geometry to. Shortcut for wDraw().subEntityTraits() expression. 
 
Returns OdGiWorldDraw object to output geometry to 
 
Returns OdGiWorldGeometry object to output geometry to. Shortcut for wDraw().geometry() expression. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.