How to get point3d of Knots on an curve?

Thanks!

@dale,
I want get EditPts of curve ,like ! _EditPtOn

Hi mdjcad,

Check the NurbsCurve.GrevillePoints method to return curve’s edit points.

@djordje
Thank you!