algorithmic modeling for Rhino
HI. all
Select any panel, I want to find a panel in the range of 10mm in length
Here, I used simirality component.
What is the T%(threshold)? Do you find a panel in the range of 10mm in length using the threshold?
I want to know to find a panel in the range of the length of the other simirality component.
Please tell me ..plz
Tags:
Similarity tests whether two numeric values are identical within a relative tolerance. So instead of testing to within an absolute tolerance:
A - B < t
The equation instead is:
(|A - B| < t*A) & (|A - B| < t*B)
Or, in English:
If the Absolute difference between A and B is less than T% of either A or B, then the two values are considered similar.
So let's do a few examples:
A = 100.2
B = 99.7
T = 1%
The absolute difference between A and B = 0.5
One percent of A = 1.002 and one percent of B = 0.997
Since 0.5 is larger smaller than either of those percentages, A and B are considered to be similar.
A = 0.65
B = 0.67
T = 0.5%
The absolute difference between A and B = 0.02
Half a percent of A = 0.00325 and half a percent of B = 0.00335
Since 0.02 is larger then either of the percentages, A and B are considered to be different.
--
David Rutten
david@mcneel.com
Tirol, Austria
Thank you for your answer to simirality component.
There is a thing to be worried about. I have heard simirality component is to be based on a number.
If the input-number becomes the surface, which number is input-number, area or length or another number ?????
I want to know what makes the input-number.
plz tell me your comment
Darn, I just realised the number conversions have a major bug. Instead of getting the area of a surface, you get the length of the edge-curves.
This is what should happen* when you plug non-numeric data into a Number parameter:
* and what will happen again come the next version.
--
David Rutten
david@mcneel.com
Tirol, Austria
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2025 Created by Scott Davidson.
Powered by