Solved
I got a circle (buffer of 30km around an emission-source), which I've to divide in 12 Segments (30 DegreeSegments)? ?
I got a circle (buffer of 30km around an emission-source), which I've to divide in 12 Segments (30 DegreeSegments)? ?
Best answer by erik_jan
It can also be done like this:
Create the centerpoint from the Circle using CenterPointReplacer (also keep the Circle).
Use the RadiateLineGenerator to generate 12 lines a bit longer than the radius of the Circle (40).
Use the Intersector to clip the lines and circle.
Use AreaBuilder to create the segments.
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.
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.



