Skip to main content
Question

geometry coercer question

  • June 3, 2015
  • 2 replies
  • 79 views

ingalla
Contributor
Forum|alt.badge.img+10
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

 

 
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

takashi
Celebrity
  • June 3, 2015
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

ingalla
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • June 3, 2015
Thanks for your help, thats ideal.