Question

geometry coercer question


Badge +9
I have managed to convert a polygon to a polyline using the Geometry Coercer which has produced a single line back to the start point.  As an addition i have added a chopper after the geometry coercer, which has chopped the line segment into the specified distance.

 

 

My question is this, if i have a square how do i get four line, and for an octogan how do i get eight lines etc.

 

 

I need to be able to create a new line when the angle changes but how do i acheive this.

 

 

Thanks

 

 

2 replies

Userlevel 2
Badge +17
Hi,

 

 

If you set 2 to the"Maximum Vertices" parameter of the Chopper ("By Vertex" mode), you can get four edge lines from a square, eight edge lines from an octagon.

 

In this usage, the GeometryCoercer is not essential. You can send the polygons to the Chopper directly.

 

 

Takashi
Badge +9
Thanks for your help, thats ideal.

Reply