Helix public class Helix : Curve Documentation Code public double Angle { get; } public Vector AxisDirection { get; } public Point AxisPoint { get; } public double Pitch { get; } public double Radius { get; } public static Helix ByAxis(Point axisPoint, Vector axisDirection, Point startPoint, double pitch = 1, double angleTurns = 360)