Skip to main content

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
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
- 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