Geometry Class

Class Hierarchy

Autodesk.AutoCAD.GraphicsInterface.Geometry

Visual Basic

Public abstract Class Geometry
Inherits RXObject

C#

public abstract class Geometry : RXObject;

Description

This .NET class wraps the AcGiGeometry ObjectARX class.

Geometry abstracts out the commonality between ViewportGeometry and WorldGeometry. To maintain their original signatures, WorldGeometry and ViewportGeometry now derive from Geometry.

Links

Geometry Methods, Geometry Properties