Message 1 of 1
sketchFixedSpline
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi TF360,
The sketchFixedSpline entity created in the sketch space by:
returnValue = sketchFixedSplines_var.addByNurbsCurve(nurbsCurve)
is classified by the long-mouse-click as Control Points Spline (Degree 5).
Nevertheless, API query correctly recognizes the created entity as sketchFixedSpline.
It is of magenta hue (in gray enviro), and it is non-editable as per documentation description.
Applying matrix transformation to nurbsCurve as per:
returnValue = nurbsCurve3D_var.transformBy(matrix)
does not create desirable result ... but some zig-zag mark.
Regards
MichaelT
MichaelT