In addition to the general properties of vector formats, some formats such as CGM, HPGL, and U3D support common important properties. Loading from a CAD file data structure is represented in ImageGear as an ImGearDocument Class object with a single page as ImGearVectPage Class, which is derived from ImGearVectorPage. This object is part of the ImageGear.Vector Namespace. ImGearVectPage.VectorData property provides access to the ImGearVectorData Class object. This object contains a set of native 2D and 3D geometric primitives. Also, this set can contain ImGearVectorView Class objects. The object of this class defines the place and orientation of the observer in 2D or 3D space. Although CAD formats do not contain pages, these formats can contain a few ImGearVectorView Class objects that provide the ability to see the vector scene from different viewpoints.
This section provides information about the following: