Class DXF_Writer (unit DXF_write)

Inherits from

TObject

///////////////////////////////////////////////////////////////////////////// DXF_Writer class definition /////////////////////////////////////////////////////////////////////////////

Constructors


Constructor create(aname:string; data_list:TList);

Constructors and destructors

--------------------------------------------------------------------------- } { ------------------- DXFWriter ----------------------- } { ---------------------------------------------------------------------------



Functions

Destructor destroy;


function write_blocks : boolean;

BLocks section

aspect


function write_entities : boolean;

Entities section

find the layer with the blocks in it (should be '0'


procedure write_file;


function write_header : boolean;

Header section

function write_layer_information : boolean;


function write_tables : boolean;

Tables section

function write_vport_information : boolean;


Properties

Events

Variables

DXF_Layers : TList;


max_extents : Point3D;


min_extents : Point3D;

Extents in (x,y) of the dataset

IO_Chan : Text;



Constructors


Constructor create(aname:string; data_list:TList);

Constructors and destructors

--------------------------------------------------------------------------- } { ------------------- DXFWriter ----------------------- } { ---------------------------------------------------------------------------


Functions


Destructor destroy;


function write_blocks : boolean;

BLocks section

aspect


function write_entities : boolean;

Entities section

find the layer with the blocks in it (should be '0'


procedure write_file;


function write_header : boolean;

Header section


function write_layer_information : boolean;


function write_tables : boolean;

Tables section


function write_vport_information : boolean;


Properties


Events


Variables


DXF_Layers : TList;


max_extents : Point3D;


min_extents : Point3D;

Extents in (x,y) of the dataset


IO_Chan : Text;