Share

AcGsModel

Class Hierarchy

AcGsModel

C++

class AcGsModel;

File

gs.h

Description

The AcGsModel class is an abstraction of a database. This database may be an AcDbDatabase, it may be a container for transient graphics (such as the Icon and Grid), or it may represent another persistent database format such as DWF. Most significantly, the AcGsModel provides a mechanism for the database to inform the graphics system (GS) of changes (additions, deletions, and modifications).

Each AcGsModel has a RenderType that provides a hint to the GS about how this model's geometry should be rendered.

Links

AcGsModel Enumerations, AcGsModel Methods

See Also

AcGiDrawable, AcGsDevice, AcGsView, AcGsConfig, AcGsClassFactory, AcGsManager, AcGsReactor

Was this information helpful?