Scale method

More
4 years 1 month ago #3397 by LilBeng
Scale method was created by LilBeng
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.
More
4 years 1 month ago - 4 years 1 month ago #3403 by rgs
Replied by rgs on topic Scale method
Deleted post
Last edit: 4 years 1 month ago by rgs.
More
4 years 1 month ago #3404 by cwinters
Replied by cwinters on topic Scale method
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
Time to create page: 0.098 seconds