by Jooyoung Chung
Oct 17, 2013
Hi there,
I'm practicing "Classes" and hard to get the result I want.
In "Class" python I'm expecting "a" as list of points but I don't know how to get it.
I really appreciate your time and help!!
your divideCurve method doesn't return anything. You should add something like
return ptList01, ptList02
Cancel
raf2205
your divideCurve method doesn't return anything. You should add something like
return ptList01, ptList02
Oct 17, 2013