TsgDXFEntity
TsgDXFEntity is the base class for all entities of a CAD files.
TsgDXFEntity = class(TsgInterfacedObject, IsgListOfEntities)
Unit
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