HIOConnectorDWG
Functions
HIOConnectorDWG |
|
~HIOConnectorDWG |
|
| void | SetDatabase |
| HC_KEY | GetHoopsEntity |
| void * | GetKernelEntity |
| bool | GetHoopsEntities |
| bool | GetKernelEntities |
| void | AddConnection |
Detailed Description
-
class
HIOConnectorDWG: public HIOConnector This class establishes a connection between the DWG entity and the Hoops entity.
Public Functions
-
HIOConnectorDWG() Constructs an HIOConnectorDWG object.
-
~HIOConnectorDWG()
-
inline void
SetDatabase(AcDbDatabase *pAcDbDatabase) This method associates this connector with a given AcDbDatabase.
Parameters: pAcDbDatabase – A pointer to the AcDbDatabase object you want this connector to be associated with.
-
virtual HC_KEY
GetHoopsEntity(void *pKernelEntity, HC_KEY modelKey = INVALID_KEY)
-
virtual void *
GetKernelEntity(HC_KEY key, HC_KEY modelKey = INVALID_KEY)
-
virtual bool
GetHoopsEntities(void *pKernelEntity, vlist_s *ret_HoopsKeysList, HC_KEY modelKey = INVALID_KEY)
-
virtual bool
GetKernelEntities(HC_KEY key, vlist_s *ret_KernelEntitiesList, HC_KEY modelKey = INVALID_KEY)
-
virtual void
AddConnection(HC_KEY key, void *pKernelEntity, HC_KEY modelKey = INVALID_KEY)
-