Hi @stefanh,
We seem to have an issue with the DGN v8 writer when the DGNStyler is used, but no fill color is chosen. This should result in a NoFill polygon, but instead the fill is set to color 241, as you have seen. I have alerted our development team to fix this, but in the meantime you can get NoFill polygons using the following method:
- Add an AttributeExposer after the DGNStyler to expose the attribute fme_fill_color
- Add a AttributeRemover to remove fme_fill_color
- If your source data is also Microstation, you may need to remove the igds_fill_color attribute as well.
At first I tried to set no value in the field 'RGB Fill Color', but this didn't work out.
Thanks for the workaround, this is working.
@daveatsafe When do you think it will be fixed?
Hi @stefanh,
We seem to have an issue with the DGN v8 writer when the DGNStyler is used, but no fill color is chosen. This should result in a NoFill polygon, but instead the fill is set to color 241, as you have seen. I have alerted our development team to fix this, but in the meantime you can get NoFill polygons using the following method:
- Add an AttributeExposer after the DGNStyler to expose the attribute fme_fill_color
- Add a AttributeRemover to remove fme_fill_color
- If your source data is also Microstation, you may need to remove the igds_fill_color attribute as well.
Hi @stefanh,
This issue has been fixed in FME 2023.0 beta versions b23239 and higher, which should be available from safe.com/beta shortly.