Type alias PathSpiral

PathSpiral: {
    endRadius: Scalar;
    handedness?: ThreadHandedness;
    kind: "path.spiral";
    normal?: Point3D;
    origin: Point3D;
    segmentsPerTurn?: Scalar;
    startAngle?: Scalar;
    startRadius: Scalar;
    turns: Scalar;
    xDir?: Point3D;
}

Type declaration