Question
Creating Lines Perpendicular to Linear Features
I have a linear feature and need to create another linear feature perpendicular to the original feature and at a given distance along the original feature from the beginning point. Any help as to how to accomplish this would be much appreciated.
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.



To do this, consider using the CoordinateExtractor, LengthCalculator, ExpressionEvaluator (or AttributeCreator), Rotator, Snipper and Offsetter etc.. In addition, be aware that the result of division becomes an integer value if both of denominator and numerator are integer values. Use "@double" function to cast at least one operand of / operator to prevent it.