I have a number of curves and I want to create some solid breps in order to solid difference from my wall brep so as to create a pattern. Initially, I could create a pipe around each curve and use a solid difference and I can say that it works fine. My problem is that I don’t want the same radius for all length of the curve. So instead of using the variable pipe command, I decided to divide every line by 3 and create 4 points on each curve.
But when I try to move the 2 centre points I loose the 0,1,2,3 number values for the points of each curve I make something wrong with data handling so I take this.
You seem to ignore the data tree matching completely when you create your code, but if you are not conscious of data matching at every step of your work, your machine may be overloaded.
Using Penel or Param Viewerat each data matching conditions is a good idea for you.
OK. Let’s see these data inputs of Trim Curve With Points for example… Curve input has 54 branches 1 item each. Points input has 63 branches and each branch has different number of items.
Can you explain this or is there any reason not explained? If I were you, I would generally avoid creating that kind of situations.
First of all… thank you for your interest…I appreciate it a lot…
So yeah I understand the problem on this example. Lets assume we have this situation how can I rebalance things if they get out of control. Is there any way to fix it or I have to find a totally different way to achieve the same thing as you made for example?