TsgDXFLayout.Iterate

TsgDXFLayout  

  Classes Reference > CAD Database structure > Entities > TsgDXFLayout > TsgDXFLayout Methods >

TsgDXFLayout.Iterate

TsgDXFLayout  

Previous pageReturn to chapter overviewNext page

Calls the Proc procedure for each existing entity in the layout.

procedure Iterate(AConverter: TsgDXFConverter; Proc, FinishProc: TsgCADEntityProc);

Description

Calls the Proc procedure for each existing entity. In other words, this procedure converts DXF/DWG tree structure to a linear sequence of entities, similar to Windows metafile. It is a basis for different operations such as drawing or import of CAD files.

FinishProc has to be called after Proc function if it is not nil. By default FinishProc is nil. It serves for auxiliary needs.

 

 

Go to CAD VCL Enterprise