Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to add a Control Point Spline based on several points, but I do not understand the correct type for the `degree` parameter. According to this doc: https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-8B8CD9F7-B4DD-44C0-A65F-90891072D18A I need to provide a `SplineDegrees` object, but I receive a TypeError with every permutation I can find, such as:
`sketch.sketchCurves.sketchControlPointSplines.add(points, adsk.fusion.SplineDegrees.SplineDegreeFive)`
Solved! Go to Solution.