Skip to main content
Solved

2D lines to 3D Features

  • January 31, 2019
  • 6 replies
  • 169 views

Forum|alt.badge.img

Hello Everyone,

 

I am looking to convert 2D Lines to 3D Features. I am not looking though to add Height value, what I want to do is take a line and based on an attribute value (diameter: 250mm for example) create a 3D cylindrical version of it.

 

Then I will add elevation values using the 3D Forcer, that I am aware of.

 

I have taken a look at 3D Forcer/Interpolator, SurfaceDraper, etc. but I do not believe they do the trick.

 

Could you please point me to a direction?

 

Thank you for your time.

 

Kind regards,

 

George Floros

Best answer by daveatsafe

Hi @georgefloros,

The Bufferer transformer has a 3D option that allows you to build a cylindrical feature around a line.

The Hub3DBufferer custom transformer gives you more options, and is a lot quicker in the Fast Surface mode.

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.

6 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3429 replies
  • January 31, 2019

Have you looked at the extruder?


Forum|alt.badge.img
  • Author
  • 25 replies
  • January 31, 2019

Have you looked at the extruder?

Hello @egomm,

 

Edited: I am looking to create a cylindrical feature based on specific values from 2D lines. I had tried the extruder, but it just gave me a height. Sorry, should have clarified.

 

Thank you,

 

George Floros


daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • Best Answer
  • January 31, 2019

Hi @georgefloros,

The Bufferer transformer has a 3D option that allows you to build a cylindrical feature around a line.

The Hub3DBufferer custom transformer gives you more options, and is a lot quicker in the Fast Surface mode.


Forum|alt.badge.img
  • Author
  • 25 replies
  • February 1, 2019

Hi @georgefloros,

The Bufferer transformer has a 3D option that allows you to build a cylindrical feature around a line.

The Hub3DBufferer custom transformer gives you more options, and is a lot quicker in the Fast Surface mode.

Hello @DaveAtSafe,

I actually had the same epiphany. Bufferer does the trick and thank you for the advice!!

Forum|alt.badge.img
  • Author
  • 25 replies
  • March 15, 2019

Hi @georgefloros,

The Bufferer transformer has a 3D option that allows you to build a cylindrical feature around a line.

The Hub3DBufferer custom transformer gives you more options, and is a lot quicker in the Fast Surface mode.

Hello @daveatsafe

 

While bufferer oes the trick is quite slow.

 

I tried Hub3DBufferer and I get the following error:

Hub3DBufferer_Chopper(ChoppingFactory): Chopper encountered unsupported geometry, outputting as untouched

 

Input is FGDB lines.

 

Any recommendations?

 

Thank you.

 

Kind regards,

 

George Floros


daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • March 18, 2019

Hello @daveatsafe

 

While bufferer oes the trick is quite slow.

 

I tried Hub3DBufferer and I get the following error:

Hub3DBufferer_Chopper(ChoppingFactory): Chopper encountered unsupported geometry, outputting as untouched

 

Input is FGDB lines.

 

Any recommendations?

 

Thank you.

 

Kind regards,

 

George Floros

Hi @georgefloros,

It's possible that the FGDB source lines contain arcs. Please send them through an ArcStroker, then GeometryRefiner to simplify the lines to be compatible with the Hub3DBufferer.