PolyProperties - A script to calculate properties of generic polygons - Messages
#21 Posted: 9/26/2018 12:23:30 PM
#22 Posted: 9/26/2018 3:34:04 PM
WroteWrotewould be perfect to have an option to have it like that with your addon,
so you can lock ratio of X-Y to 1:1.
My understanding is that you want to scale on a fixed canvas.
Im gonna explain it graphically

1) on the right you can see stretching of the addon graph
2) on the left you can see fixed XY axis ratio
#23 Posted: 9/26/2018 4:08:27 PM
Ok, now I see. You need some CAD features for the graph. I wanted to make a separate plug-in for this (based on Opens-CAD). But there is no time for this.
I'll think about what I can do here.
I'll think about what I can do here.
Russia ☭ forever, Viacheslav N. Mezentsev
#24 Posted: 9/26/2018 7:13:45 PM
WroteI think Ive made a lot of progress but Im stuck on one particular problem.
1) How can I substract areas of these polygons? Either green or violet area.
2) How can I calculate length of red line in overlapping area?
About this case in particular:
- The violet area isn't hard to draw, there is a chunk() algorithm in my worksheet provided to trim polygons;
- Green area is slightly more complicated, but starting from the polygon above you can search the leftmost points and then you can insert in amid the four rectangle's corners (in the correct order, the opposite of the inner figure);
- Red line length: the simplest thing is to create the clipped violet polygon, calculate the perimeter, find the leftmost points and subtract the difference of their y-coordinates
If you want something more general, you can implement a clipping algorithm in SMath code (would be very nice);
You can even use an already backed Clipping library (f.e. here we have the GPC Wrapper, that however has license limitations);
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
sergio 9/27/2018 8:38:00 AM
#25 Posted: 1/7/2022 8:50:32 PM
Hi Davide, and thanks for this wonderful sheet.
I found a bug in the sheet, for some reason all the rectangle solid or hollow sections don't work. I am using build 7822.
I tried to test your code and for some reason, the compounded matrix created from your shape functions does not end up being a matrix with "n" rows and "2" columns but rather a matrix in a matrix and I don't know why


I found a bug in the sheet, for some reason all the rectangle solid or hollow sections don't work. I am using build 7822.
I tried to test your code and for some reason, the compounded matrix created from your shape functions does not end up being a matrix with "n" rows and "2" columns but rather a matrix in a matrix and I don't know why
#26 Posted: 1/8/2022 8:03:22 AM
Mido0,
try to update, because with the current release it doesn't seem to have problems
sergio
try to update, because with the current release it doesn't seem to have problems
sergio
#27 Posted: 1/10/2022 1:35:52 PM
#28 Posted: 1/10/2022 2:26:23 PM
Just change p2:roundedRect(...) optimization from symolic to numeric.

If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
Mo 1/10/2022 7:19:00 PM
#29 Posted: 1/10/2022 5:39:14 PM
In my personal experience, the stack and agument functions, along with other allies such as reverse and matrix, always manage to cause some kind of issue. The issue also is related about where the evaluation appear, or the function, or something else. The attached shows the issue in an isolated environment.
roundedRect.pdf (124 KiB) downloaded 61 time(s).
roundedRect.sm (24 KiB) downloaded 55 time(s).
With those two evals it seems that roundedRect works, for numeric and symbolic evaluations.

Best regards.
Alvaro.
roundedRect.pdf (124 KiB) downloaded 61 time(s).
roundedRect.sm (24 KiB) downloaded 55 time(s).
With those two evals it seems that roundedRect works, for numeric and symbolic evaluations.
Best regards.
Alvaro.
1 users liked this post
Mo 1/10/2022 6:24:00 PM
-
New Posts
-
No New Posts