Skip to main content
Solved

Exracting CW/CCW from arc

  • February 15, 2019
  • 2 replies
  • 46 views

todd_davis
Influencer
Forum|alt.badge.img+23

Just recording this for anybody that needs it. FME Datainspector shows a CW/CCW (clockwise/counter-clockwise) direction for an arc under the geometry, but this value can't be extracted as a trait using a geometrypropertyextractor and the arcpropertyextractor doesn't list any attribute that return clockwise/counterclockwise.

Best answer by todd_davis

The answer is the CW/CCW in the datainspector is derived from the fme_sweep_angle. This attribute is returned as the sweep angle by the arcpropertyextractor. Positive values are counter-clockwise and negatives are clockwise

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

todd_davis
Influencer
Forum|alt.badge.img+23
  • Author
  • Influencer
  • 313 replies
  • Best Answer
  • February 15, 2019

The answer is the CW/CCW in the datainspector is derived from the fme_sweep_angle. This attribute is returned as the sweep angle by the arcpropertyextractor. Positive values are counter-clockwise and negatives are clockwise


virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • February 15, 2019

The answer is the CW/CCW in the datainspector is derived from the fme_sweep_angle. This attribute is returned as the sweep angle by the arcpropertyextractor. Positive values are counter-clockwise and negatives are clockwise

@todd_davis - Thanks for sharing!