TsgDXFEntity

Hierarchy                Properties                Methods                Events

  Classes Reference > CAD Database structure > Entities >

TsgDXFEntity

Hierarchy                Properties                Methods                Events

Previous pageReturn to chapter overviewNext page

TsgDXFEntity is the base class for all entities of a CAD files.

TsgDXFEntity = class(TsgInterfacedObject, IsgListOfEntities)

Unit

DXFConv

Description

TsgDXFEntity is the base class for all entities classes. It contains the base properties and methods, overridden in their descendants. Through this class methods and properties you can do all common operations. But entity specific operations, should be handled though the methods and properties of class of that entity.

Go to CAD VCL Enterprise