Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Scale method

More
3 years 4 months 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
3 years 4 months ago - 3 years 4 months ago #3403 by rgs
Replied by rgs on topic Scale method
Deleted post
Last edit: 3 years 4 months ago by rgs.
More
3 years 4 months 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.116 seconds