Share

Geometry Class

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.

Class Hierarchy

Autodesk.AutoCAD.GraphicsInterface.Geometry
    Autodesk.AutoCAD.GraphicsInterface.ViewportGeometry
    Autodesk.AutoCAD.GraphicsInterface.WorldGeometry

C#

public abstract class Geometry : RXObject;

Visual Basic

Public abstract Class Geometry
Inherits RXObject

Links

Geometry Methods, Geometry Properties

Was this information helpful?