C++
ACCORE_PORT void acgsSetGsModel( AcGsGraphicsKernel* pKernel, const AcDbDatabase* pDb, AcGsModel* pModel );
File
acgs.h
Description
Sets the association between the specified database and model for the current display.
Parameters
Parameters | Description |
---|---|
pKernel | Input graphics kernel to use. |
pDb | Input database to associate with model. |
pModel | Input model to associate with database. |
Remarks
The model must have been created by the current display's graphics kernel. This is a convenience wrapper for AcGsManager::setGsModel().