Skip to main content
Question

How to write 3D SHP polygons as 3D CAD hatches?

  • April 4, 2018
  • 1 reply
  • 30 views

Forum|alt.badge.img

I'm trying to convert a bunch of building wall tiles from SHP to DWG. The tiles are already polygons, but I coerced them into fme_polygon anyway. Then I use the DWG styler, with Area: Hatch, Fill Pattern: SOLID. The Inspector shows what I expected, however when I write the data, what I actually get in AutoCAD is just line-thin hatches, with some even missing. Also, when I open the file in the inspector, it just shows the lines on the ground, or everything got flattened.. do I need to manipulate the data further? I figured I could leave it as polygons, but AFAIK AutoCAD still interprets those only as the boundary lines, i.e. not opaque surfaces.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

lars_de_vries
Forum|alt.badge.img+10

I understand that this is an older question, but maybe the answer is still relevant.

Hatches need to be flat. I.e. all vertices either have the same height value or are 2D. You could use a 2DForcer to flatten the 3D polygons.