#include <MrDwgConnector.h>
Public Member Functions | |
void | AddConnection (HC_KEY key, void *pKernelEntity, HC_KEY modelKey=INVALID_KEY) |
bool | GetHoopsEntities (void *pKernelEntity, vlist_s *ret_HoopsKeysList, HC_KEY modelKey=INVALID_KEY) |
HC_KEY | GetHoopsEntity (void *pKernelEntity, HC_KEY modelKey=INVALID_KEY) |
bool | GetKernelEntities (HC_KEY key, vlist_s *ret_KernelEntitiesList, HC_KEY modelKey=INVALID_KEY) |
void * | GetKernelEntity (HC_KEY key, HC_KEY modelKey=INVALID_KEY) |
HIOConnectorDWG () | |
void | SetDatabase (AcDbDatabase *pAcDbDatabase) |
Protected Attributes | |
AcDbDatabase * | m_pAcDbDatabase |
Autocad Database pointer associated with the DWG file. |
This class establishes a connection between the DWG entity and the Hoops entity.
HIOConnectorDWG::HIOConnectorDWG | ( | ) |
Constructs an HIOConnectorDWG object.
void HIOConnectorDWG::SetDatabase | ( | AcDbDatabase * | pAcDbDatabase | ) | [inline] |
This method associates this connector with a given AcDbDatabase.
pAcDbDatabase | A pointer to the AcDbDatabase object you want this connector to be associated with. |