wrong values using Layers.box
Moderators: SDS, support, admin
wrong values using Layers.box
Hello,
why i get wrong values (all are 0) if i use
rec:=conv.Layers.Box; //->rec:tagFRectLong;
but i get the correct name of the Layer when i use
Conv.Layers.Name
why i get wrong values (all are 0) if i use
rec:=conv.Layers.Box; //->rec:tagFRectLong;
but i get the correct name of the Layer when i use
Conv.Layers.Name
Hello!
Accordingly to AutoCAD documentation, layer defines some common properties which allow to group entities by any sign. Thus layer mustn't define any box parameter.
Existans of the box within layer's properties is a peculiarity of our libraries.
<b>BTW</b>:
The following line:
rec:=conv.Layers.Box; //->rec:tagFRectLong;
must ever return - (1E20, -1E20, 1E20, -1E20, 1E20, -1E20);
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
Accordingly to AutoCAD documentation, layer defines some common properties which allow to group entities by any sign. Thus layer mustn't define any box parameter.
Existans of the box within layer's properties is a peculiarity of our libraries.
<b>BTW</b>:
The following line:
rec:=conv.Layers.Box; //->rec:tagFRectLong;
must ever return - (1E20, -1E20, 1E20, -1E20, 1E20, -1E20);
Sergey.
Please post questions to the forum or write to support@cadsofttools.com