Skip to main content
Solved

Extract Part of IFMEAggregate in Revit Drawing

  • June 1, 2021
  • 2 replies
  • 31 views

Forum|alt.badge.img+1

Hi FME Users

I'm reading a Revit-Drawing and try to extract the coordinates of the "Part 0" in the IFMEAggregate (IFME Line). I use a "GeometryPropertyExposer" with the settings shown in the screenshot. But somehow it will not work, and it would be great if someone can help me to solve this.

 

Thank you very much in advance!

Dominik

Best answer by nielsgerrits

No sure if this works, but I would try to put the feature in the Deaggregator to explode the collection and then select the item you need,

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

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • June 1, 2021

No sure if this works, but I would try to put the feature in the Deaggregator to explode the collection and then select the item you need,


Forum|alt.badge.img+1
  • Author
  • June 1, 2021

The Deaggregator works perfect! Nice and easy. Thank you very much @nielsgerrits​