gdsestimating / dxf-parser

A javascript parser for DXF files. It reads DXF file strings into one large javascript object with more readable properties and a more logical structure.
MIT License
462 stars 143 forks source link

How to combine color of walls with color of closed area #114

Open suhaib018 opened 12 months ago

suhaib018 commented 12 months ago

i have drawing and colorize all entites correctly but i have issue which is i want to colorized closed area based on wall colors this is how dxf file look when i use onnline dxf viewer image but this is how my app render it image

is there any way to combine colors ?

Thanks