Scale method

Hi,
The Scale method (\netgen\libngpy_meshing_init_.pyi) does not work correctly:

1: (50, 50, 0)
2: (0, 50, 0)
3: (0, 0, 0)
4: (50, 0, 0)
5: (100, 50, 0)
6: (100, 0, 0)
7: (150, 0, 0)
8: (150, 50, 0)

1: (100, 100, 0)
2: (0, 100, 0)
3: (0, 0, 0)
4: (100, 0, 0)
5: (200, 100, 0)
6: (200, 0, 0)
7: (300, 0, 0)
8: (150, 50, 0)

The last point does not change.

Deleted post

Hi,

thanks for reporting, there was an index error in the code.
I’ll let you know when the fix is merged and available in the nightly build.

Best,
Christoph