I’m trying to split a pipe at a certain length and place a fitting(coupling) on the split.
I have tried several things but i can’t get any further with the script.
After some modifications i won’t get any error but there is no split and no coupling placed. I think the problem is within the lists because in Element.Location+ i have values but these values from the list won’t get back in the node for Curve.PointsAtSegmentLengthFrompoint.
it appears your segment length is at zero? giving you a point that is the same enDpoint of the pipe.
try a different segment length to get a split. something more than 0
Can someone help me to get further with my script.
I tought the splitpipebypoints node would use the splitfunction for the script and run the routing of these pipes again but it seems that i have to let the script know that it also have to place a coupling or another fitting on it.