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
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
but this is how my app render it
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 but this is how my app render it
is there any way to combine colors ?
Thanks