Share

AcGiContext2

Class Hierarchy

AcRxObject
    AcGiContext
        AcGiContext2

C++

class AcGiContext2 : public AcGiContext;

File

acgi.h

Description

The context can be thought of as the root object of the regeneration. A single instance of an AcGiContext-derived class serves as a point of reference during a given regen. It is accessible via both AcGiWorldDraw and AcGiViewportDraw and hence is always available to the client.

It is guaranteed that the AcGiViewportDraw passed in to viewportDraw() will return the same instance of AcGiContext as that returned by the instance of AcGiWorldDraw passed into the preceding call to worldDraw().

Links

AcGiContext2 Methods

Was this information helpful?