NaWin55
Mechanical
- Mar 21, 2020
- 98
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 )
// Equate the Spec Object to the Point in Memory
`Part1/Geometrical Set.1/Point.1` = ioPoint
how do i create point or any other feature using EKL
Thanks
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 )
// Equate the Spec Object to the Point in Memory
`Part1/Geometrical Set.1/Point.1` = ioPoint
how do i create point or any other feature using EKL
Thanks