Created by: portnov
This node generates a Curve, calculated as offset of another Curve by some amount. It takes all points of original curve and moves them in direction perpendicular to curve's tangent. In other words, this "offsetting" operation can be described as extruding one single point along the curve.
Example of use with Pipe node:
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.