-
1
- #1
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
For i = 1 To x
iParam = p(0) + (p(1) - p(0)) / x * i
myCurve.GetPointAtParam iParam, currPoint
fact2D.CreatePoint currPoint(0), currPoint(1)
Next