testscript.py (2.5 KB)
I want to create a helical pipe by using geompy.MakePipe with a helical center line. But the problem is that using the parameters specified in the script(testscript.py) gives me a broken pipe as shown in my figure.
testscript.py (2.5 KB)
I want to create a helical pipe by using geompy.MakePipe with a helical center line. But the problem is that using the parameters specified in the script(testscript.py) gives me a broken pipe as shown in my figure.
Try increasing the numOfPointsPerPitch
With higher values, it will generate a smoother and unbroken pipe. Hope this helps!