Class Polyface_mesh_ (unit DXF_structs) |
Inherits from
Polyline_
///////////////////////////////////////////////////////////////////////////// Polyline_ (polyface vertex array mesh) Definition /////////////////////////////////////////////////////////////////////////////
constructor create(numpoints,nfaces:integer; points:ppointlist; faces:pfacelist; col:integer);
- ///////////////////////////////////////////////////////////////////////////// Polyline_ (polyface vertex array mesh) /////////////////////////////////////////////////////////////////////////////
destructor destroy;
don't call polyline_constructor
function details : string;
polyface mesh face vertex
procedure Draw(acanvas:TCanvas; map_fn:coord_convert; OCS:pM);
function proper_name : string;
procedure write_to_DXF(var IO:textfile; layer:string);
facelist : pfacelist;
numfaces : integer;
constructor create(numpoints,nfaces:integer; points:ppointlist; faces:pfacelist; col:integer);
///////////////////////////////////////////////////////////////////////////// Polyline_ (polyface vertex array mesh) /////////////////////////////////////////////////////////////////////////////
destructor destroy;
don't call polyline_constructor
function details : string;
polyface mesh face vertex
procedure Draw(acanvas:TCanvas; map_fn:coord_convert; OCS:pM);
function proper_name : string;
procedure write_to_DXF(var IO:textfile; layer:string);
facelist : pfacelist;
numfaces : integer;