Hello, probably this is something easy to achieve but I'm still new to FME.
I'm reading a set of points from a DWG file. These are definition points from a dimension feature. Each dimension object has 3 definition points, but there is no dimension ID. All that I have is a set of points listed consecutively; the first 3 points belong to one feature, the next 3 points belong to another feature and so on. I want to group all points using a count or split rule but so far I can't find a way to implement it.
Here is an example of what I want to accomplish.
Count fme_feature_type
1 Dimension |
2 Dimension |--> Group 1
3 Dimension |
4 Dimension |
5 Dimension |--> Group 2
6 Dimension |
Thanks