Class selection_lists (unit DXF_structs)

Inherits from

TObject

///////////////////////////////////////////////////////////////////////////// Selection_lists class definition A collection of entity lists. Used by mouse selection routines /////////////////////////////////////////////////////////////////////////////

Constructors


constructor create;

///////////////////////////////////////////////////////////////////////////// Selection_lists class implementation /////////////////////////////////////////////////////////////////////////////


Functions

destructor destroy;


function find_closest_2D_point(p:Point3D; var ent:DXF_Entity) : Point3D;

we stored them temporarily

function is_inside_object(p:Point3D; var ent:DXF_Entity) : Point3D;


procedure save_to_DXF_file(aname:string);


Properties

Events

Variables

entity_lists : TList;



Constructors


constructor create;

///////////////////////////////////////////////////////////////////////////// Selection_lists class implementation /////////////////////////////////////////////////////////////////////////////


Functions


destructor destroy;


function find_closest_2D_point(p:Point3D; var ent:DXF_Entity) : Point3D;

we stored them temporarily


function is_inside_object(p:Point3D; var ent:DXF_Entity) : Point3D;


procedure save_to_DXF_file(aname:string);


Properties


Events


Variables


entity_lists : TList;