Hi Everyone:
This is the twenty-sixth, in a series of forty-nine curve file translations. The file, Geometry.Curve.PlanesAtEqualArcLength.ds is the last of five Curve-Plane file types in the DesignScript Editor (DSE) Sample files.
Open the file, Geometry.Curve.PlanesAtEqualArcLength.ds from the Sample files in the DesignScript Editor. Copy the code, then paste it into a DSS blank canvas. Begin the translation.
Avoid any conflicts when translating, with both codes running by commenting out the pasted script.
The highlighted areas show the Node Graph’s properties and groupings.
Looking at the translation above, one can see that their is quite a bit of editing to do. And the reason turns out to be that when naming the Variables that “myPlanesAtEqualArcLength” was not identified and named. So editing is required.
Or one can go back to the node graph file and make the correction.
And the when the translation to code takes place there is less editing required.
The final result is shown below.
The planes generated are shown below.
The files can be downloaded from the links below.
Geometry.Curve.PlanesAtEqualArcLength#26
Geometry.Curve.PlanesAtEqualArcLength#26a
Geometry.Curve.PlanesAtEqualArcLength#26b-edited
Thanks for looking.
T!M