How to move a sketchPoint of a tangent handle of fitPoint in sketchFittedSpline?

How to move a sketchPoint of a tangent handle of fitPoint in sketchFittedSpline?

NaokiKita
Observer Observer
334 Views
0 Replies
Message 1 of 1

How to move a sketchPoint of a tangent handle of fitPoint in sketchFittedSpline?

NaokiKita
Observer
Observer

Hi, I'm new to Fusion 360.

 

I would like to update the coordinate of the startSketchPoint of the tangent handle to (newX, 0, 0) as shown below.

 

curve = sketch.sketchCurves.sketchFittedSplines.add(points)
tHandle = curve.activateTangentHandle(curve.fitPoints[-1])
tHandle.startSketchPoint.worldGeometry.set(newX, 0, 0)

However, the coordinate won't be updated.

Could anyone help me?

 

Thanks in advance.

0 Likes
335 Views
0 Replies
Replies (0)