Skip to main content

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!

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?

 


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!


Reply