Question

autocad line length

  • 3 March 2015
  • 2 replies
  • 15 views

Badge +6

Hi All,

 

i have a dwg with lines and want convert all lines which have a certain length into polylines....

how can I do that? which transformers to get the length an convert them into polylines?

Greetz

 

Franco

2 replies

Userlevel 2
Badge +17
Hi Franco,

 

 

You can use the LengthCalculator to calculate the length of each input line.

 

If your goal is to insert vertices with a certain interval into a line segment, the Densifier might help you.

 

 

Takashi
Badge
- try to play with GeometryCoercer to make a polyline from line

 

- try to expose autocad format attribute (like autocad_entity or similar and manually change to a polyline one)

Reply