I am writing a python script that makes use of the ExplodeCurves command in rhinoscriptsyntax. However I noticed that the command does not give the same result as when I go through the process manually.
If you use the attached file and dummy script, you will see that calling the Explode command in Rhino will return 6 curves. While using the python script only returns 2 curves.
Is this intentional? If so what am I missing?
ExplodeCurve.3dm (22.8 KB)
ExplodeCurve.py (119 Bytes)
1 post - 1 participant