I’m stuck on a problem and would appreciate your help. I have 108 surfaces, and each one can change based on parameters. The heights of these surfaces always increase in multiples of 4. I want to divide these surfaces into 2x2 grids.
To do this, I used the Bounding Box tool and extracted the Z component to get the height. Then, I divided that value by 4 and connected it to the V count input to determine how many times the surface would be divided vertically. However, the result is that only one surface is being divided 12,000 times, and I can’t figure out why this is happening.
Since these surfaces will be optimized, I need them to always be divided into 2x2 grids regardless of the height change.
If anyone could help me solve this, I would greatly appreciate it!
Hello, thank you for your help. However, what I actually want to do is divide surfaces with heights changing in increments of 4, 8, or 12 meters into 2x2 meter squares. The heights of these surfaces change, for example, to 8, 4, or 12 meters, and I want to divide them into 2x2 small squares despite these varying heights.