Class Polygon_mesh_ (unit DXF_structs) |
Inherits from
Polyline_
///////////////////////////////////////////////////////////////////////////// Polyline_ (polygon MxN grid mesh) Definition /////////////////////////////////////////////////////////////////////////////
constructor create(numpoints,Mc,Nc:integer; points:ppointlist; closebits,col:integer);
- ///////////////////////////////////////////////////////////////////////////// Polyline_ (polygon MxN grid mesh) /////////////////////////////////////////////////////////////////////////////
function details : string;
polygon mesh vertex
procedure Draw(acanvas:TCanvas; map_fn:coord_convert; OCS:pM);
function proper_name : string;
procedure write_to_DXF(var IO:textfile; layer:string);
closeM : boolean;
closeN : boolean;
M : integer;
N : integer;
constructor create(numpoints,Mc,Nc:integer; points:ppointlist; closebits,col:integer);
///////////////////////////////////////////////////////////////////////////// Polyline_ (polygon MxN grid mesh) /////////////////////////////////////////////////////////////////////////////
function details : string;
polygon mesh vertex
procedure Draw(acanvas:TCanvas; map_fn:coord_convert; OCS:pM);
function proper_name : string;
procedure write_to_DXF(var IO:textfile; layer:string);
closeM : boolean;
closeN : boolean;
M : integer;
N : integer;