C++
virtual void setGsModel( AcGsGraphicsKernel* pKernel, const AcDbDatabase* pDb, AcGsModel* pModel ) = 0;
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.
Links
Previous Class
AcGsManager2
History
AutoCAD 2025
Previously part of the AcGsManager2 class.