Share

AcGe Structs

Description

Describes structs specific to AcGe classes.

Structures

Structure Description
AcGe Provides a namespace-like struct for gelib.The header file gegblabb.h contains const definitions for the enumerated type values in the AcGe structure so that they can be used without the "AcGe::" scope resolution qualifier. For example, if the header file gegblabb.h is #included in the source file, then the declaration const AcGe::EntityId kEntity2d = AcGe::kEntity2d;is present and kEntity2d can be used instead of AcGe::kEntity2d.This should only be used when you are certain there will be no name conflicts.
AcGeContext The AcGeContext structure provides a namespace for a tolerance data value and a few functions that are used throughout the AcGe library.

Was this information helpful?