You can put a negative sign (-) for the Sin & Cos values in the VB script:
tPt.x = Sin(-i / 10) * (i / numPts) tPt.y = Cos(-i / 10) * (i / numPts) tPt.z = i / numPts or put a Mirror component on the spiral points.
You can put a negative sign (-) for the Sin & Cos values in the VB script:
tPt.x = Sin(-i / 10) * (i / numPts) tPt.y = Cos(-i / 10) * (i / numPts) tPt.z = i / numPts or put a Mirror component on the spiral points.