Skip to main content
Question

Create roadmarkings from line

  • January 27, 2020
  • 2 replies
  • 7 views

sprongandre
Forum|alt.badge.img

In *.dwg I've got some roadmarkings which I would like to export to fbx. In *

.dwg that's a linetype.

The roadmarkings are default polylines, How can I get the same view from a dwg in a fbx?

Could I for example divide the line into pieces (3m roadmarking, 9m empty, 3m roadmarking etc), and...I would like to have them in 3D

 

Thanks!

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

jonas_nelson
Enthusiast
Forum|alt.badge.img+25
  • Enthusiast
  • 109 replies
  • January 27, 2020

OK, just a quick idea here, that someone might develop much better: Maybe use an IterativeSnipper to divide your line into pieces that are x units long, followed by a Sampler that keeps every nth piece?

 


sprongandre
Forum|alt.badge.img
  • Author
  • 33 replies
  • January 28, 2020

OK, just a quick idea here, that someone might develop much better: Maybe use an IterativeSnipper to divide your line into pieces that are x units long, followed by a Sampler that keeps every nth piece?

 

Hi @jonas_nelson, I didn't knew the IterativeSnipper, it did the trick!