Hello all
i am trying to create a point using EKL method but i am getting this error
i have created a point also from formulas tab
i tried the following code from catiawidgets.net website
// Construct a Point by coordinates
Let ioPoint ( Point )
ioPoint = point( 0mm , 10mm , 20mm )
//...