Incorporating both the dxf-parser and three-dxf libraries, I am working on a webpage to display dxf drawings with the help of the three.js library. Although I was successful in loading the dxf file onto the webpage, I encountered difficulties in highlighting selected lines within the drawing upon clicking. I experimented with raycaster, but it consistently reported that 6 objects were intersected regardless of zooming in/out or clicking around the drawing. Any assistance you can provide would be greatly appreciated. Thank you.