Skip to main content
Question

How to extrude shapefile and leave the centre hollow or transparent?

  • March 6, 2019
  • 2 replies
  • 19 views

Forum|alt.badge.img

I have got a shapefile and I only want to extrude the boundary layer and leave the centre hollow. Any tool to help me do this? If not is there a way to do this by calculating normal vector and then using appearance setter to make the centre transparent?

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.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3429 replies
  • March 6, 2019

Presuming you are starting with a polygon, you could coerce to a line with the geometrycoercer and then extrude


Forum|alt.badge.img
  • Author
  • 4 replies
  • March 6, 2019

Presuming you are starting with a polygon, you could coerce to a line with the geometrycoercer and then extrude

What if it is not a polygon?