output_box.dwgAdd GeometryCoercer to fme_composite_surface.
I`ll leave for the end-user to figure out why it works (or Dr Geometry @daveatsafe )
output_box.dwgAdd GeometryCoercer to fme_composite_surface.
I`ll leave for the end-user to figure out why it works (or Dr Geometry @daveatsafe )
Right - indeed it does, however, in this case the output is not a solid but 6 different mesh geometries which isn't quite what we're wanting here
Right - indeed it does, however, in this case the output is not a solid but 6 different mesh geometries which isn't quite what we're wanting here
Do you have an example DWG that is correct? Or can you create this file in AutoCAD and then upload it here? @virtualcitymatt - a box is nice.
@virtualcitymatt
Hi, This is how you can do it.
After styling, use a setter to set the style. Solidbuilder to make it a solid.
Both (dwg as well as the ds) have correct solids with multicolor.
29249-boxtocoloredbox_ok.fmwt
@virtualcitymatt
Hi, This is how you can do it.
After styling, use a setter to set the style. Solidbuilder to make it a solid.
Both (dwg as well as the ds) have correct solids with multicolor.
29249-boxtocoloredbox_ok.fmwt
Seems to still be only one color though?
Seems to still be only one color though?
Yeah exactly - I think being able to style solids in this way is fairly new in AutoCAD which is why I assume that it doesn't yet work in FME.
Do you have an example DWG that is correct? Or can you create this file in AutoCAD and then upload it here? @virtualcitymatt - a box is nice.
No, sadly no test data I can share and I don't have AutoCAD to create any doh!...I was trying to use FME to create a autocad solid with multicolored surfaces to send to Safe to show that their reader didn't read the colors properly but I wasn't able to create one...because of this issue. heh.
@sigtill
@virtualcitymatt
Check the autocad site or fora.
Ability to color individual facets of a solid is pretty old. (at least since 2106 it is in autocad. I hav no older versions available to check..)
Try enter on the command line in Autocad: -TOOLBAR and then enter solid_editing
There is a specific command to color indidual face called.."Color faces" ..who would've guessed!
I did one and saved it. Opening in FME shows no coloration. No parameters or anything.
As is visa versa, as @sigtill noticed.
So it is indeed the fme writer that does not treat it correctly if at all.
Maybe, if there is sufficient demand for it, safe will?
(as D.T. says "maybe they will, maybe they won't. Who knows.)
I htink to do it using fme would be to write a lisp and start it using a bat file through the systemcaller
@sigtill
@virtualcitymatt
Check the autocad site or fora.
Ability to color individual facets of a solid is pretty old. (at least since 2106 it is in autocad. I hav no older versions available to check..)
Try enter on the command line in Autocad: -TOOLBAR and then enter solid_editing
There is a specific command to color indidual face called.."Color faces" ..who would've guessed!
I did one and saved it. Opening in FME shows no coloration. No parameters or anything.
As is visa versa, as @sigtill noticed.
So it is indeed the fme writer that does not treat it correctly if at all.
Maybe, if there is sufficient demand for it, safe will?
(as D.T. says "maybe they will, maybe they won't. Who knows.)
I htink to do it using fme would be to write a lisp and start it using a bat file through the systemcaller
Thanks for the extra info @gio, Helpful to have it checked! Hopefully safe add this into AutoCAD readers.
@sigtill
@virtualcitymatt
Check the autocad site or fora.
Ability to color individual facets of a solid is pretty old. (at least since 2106 it is in autocad. I hav no older versions available to check..)
Try enter on the command line in Autocad: -TOOLBAR and then enter solid_editing
There is a specific command to color indidual face called.."Color faces" ..who would've guessed!
I did one and saved it. Opening in FME shows no coloration. No parameters or anything.
As is visa versa, as @sigtill noticed.
So it is indeed the fme writer that does not treat it correctly if at all.
Maybe, if there is sufficient demand for it, safe will?
(as D.T. says "maybe they will, maybe they won't. Who knows.)
I htink to do it using fme would be to write a lisp and start it using a bat file through the systemcaller
strangely, i managed to get the dwg to show mulitcolor y-day. But fail to do now..which baffles me a bit.
Just a quick note to say we've filed a problem report for our development team to look into this (internal reference number: FMEENGINE-61199).
We'll update when there is a resolution to this.
Thanks!
- Andrea
Hi folks!
I'm pleased to announce an update regarding (FMEENGINE-61199).
Writing different coloured faces from Brep solids should now work for the AutoCAD writer but the caveat is that the RealDWG writer isn’t able to output solids with different appearances per face like this just yet.
You can find the fix in the latest beta from our downloads page.
Hi folks!
I'm pleased to announce an update regarding (FMEENGINE-61199).
Writing different coloured faces from Brep solids should now work for the AutoCAD writer but the caveat is that the RealDWG writer isn’t able to output solids with different appearances per face like this just yet.
You can find the fix in the latest beta from our downloads page.
Awesome, Thanks for the update I'll need to test it out!
Hi folks!
I'm pleased to announce an update regarding (FMEENGINE-61199).
Writing different coloured faces from Brep solids should now work for the AutoCAD writer but the caveat is that the RealDWG writer isn’t able to output solids with different appearances per face like this just yet.
You can find the fix in the latest beta from our downloads page.
Perfect, I will test it shortly.