Login  Register

Incorrect pen results from the entitycontainer

Posted by emanuel on Jan 31, 2025; 12:20pm
URL: https://forum.librecad.org/Incorrect-pen-results-from-the-entitycontainer-tp5726283.html

I'm currently in the process of building all the DXF app functions.
I've come across a problem.
The results from pen should only be output if they are not "by layer". starting here
They are all set to "by layer" when drawing, but the results from the DB say something different??

DEBUG:
((-1 . <Entity name: D9>)
(0 . "CIRCLE")
(330 . <Entity name: D9>)
(5 . "D9")
(6 . "CONTINUOUS") <-- line type sould be "by Layer"
(48 . 0.250000)  <-- line width sould be "by Layer"
(62 . 7)  <-- color sould be "by Layer"

(100 . "AcDbEntity")
(67 . 0)
(100 . "Model")
(8 . "0")
(100 . "AcDbCircle")
(10 74.750000 84.250000 0.000000)
(40 . 18.756665)
(210 0.000000 0.000000 1.000000))


[RS_Lisp] RS_Lisp::instance requested
[entget] LineType: 1
[entget] lineWidth: 25
[entget] color: QColor(ARGB 1, 0, 0, 0)


see video:
simplescreenrecorder-2025-01-31_13.mp4