@@ -27,7 +27,7 @@ interface
2727 uzegeometry,uzestyleslayers,uzeentity,UGDBPoint3DArray,UGDBPolyLine2DArray,
2828 uzctnrVectorBytesStream,uzeTypes,uzeentwithlocalcs,uzeconsts,Math,
2929 gzctnrVectorTypes,uzegeometrytypes,uzeffdxfsupport,SysUtils,
30- UGDBSelectedObjArray,uzMVReader,uzCtnrVectorpBaseEntity;
30+ UGDBSelectedObjArray,uzMVReader,uzCtnrVectorpBaseEntity,uzclog ;
3131
3232type
3333
@@ -100,6 +100,8 @@ GLLWWidth=record
100100 function GetObjType :TObjID;virtual ;
101101 end ;
102102
103+ function AllocAndInitLWpolyline (owner:PGDBObjGenericWithSubordinated):PGDBObjLWPolyline;
104+
103105implementation
104106
105107var
@@ -516,6 +518,7 @@ procedure GDBObjLWpolyline.LoadFromDXF;
516518begin
517519 hlGDBWord:=0 ;
518520 numv:=0 ;
521+ // programlog.LogOutStr('GDBObjLWpolyline: Внутри LoadFromDXF', LM_Info);
519522 globalwidth:=0 ;
520523 widthload:=False;
521524 closed:=False;
@@ -656,6 +659,7 @@ procedure GDBObjLWpolyline.FormatEntity(var drawing:TDrawingDef;
656659 createpoint;
657660 CalcWidthSegment;
658661 Square:=CalcSquare;
662+ // programlog.LogOutStr('GDBObjLWpolyline: Внутри formatEntity', LM_Info);
659663 calcbb(dc);
660664 if assigned(EntExtensions) then
661665 EntExtensions.RunOnAfterEntityFormat(@self,drawing,DC);
0 commit comments