Hi @tiborbDDHYR
nothing can be done in the post, as the post is reacting normally.
In fact the issue is coming from Inventor.
I outputted your operation using the dumper post.
For the correct helical interpolation, Inventor has sent something like this:
514: onMovement(MOVEMENT_FINISH_CUTTING /*finish cut*/)
514: onCircular(false, -18.06365966796875, -146.99430084228516, -251.10000002384186, -14.06365966796875, -146.99430084228516, -251.10000002384186, 800)
direction: CCW
sweep: 360deg
normal: X=0 Y=0 Z=1 (XY)
radius: 4
515: onMovement(MOVEMENT_RAPID /*rapid*/)
But on the incorrect helix, it has generated that:
549: onMovement(MOVEMENT_FINISH_CUTTING /*finish cut*/)
549: onCircular(false, 72.73313903808594, -146.99410247802734, -251.10000002384186, 76.73294067382812, -146.99430084228516, -251.10000002384186, 800)
direction: CCW
sweep: 89.994754deg
normal: X=0 Y=0 Z=1 (XY)
radius: 3.999802
550: onCircular(false, 72.73313903808594, -146.99449920654297, -251.10000002384186, 68.73333740234375, -146.99430084228516, -251.10000002384186, 800)
direction: CCW
sweep: 179.994317deg
normal: X=0 Y=0 Z=1 (XY)
radius: 3.999802
551: onCircular(false, 72.73313903808594, -146.99410247802734, -251.10000002384186, 72.73330688476562, -150.993896484375, -251.10000002384186, 800)
direction: CCW
sweep: 89.999563deg
normal: X=0 Y=0 Z=1 (XY)
radius: 3.999794
552: onMovement(MOVEMENT_RAPID /*rapid*/)
3 separate arcs instead of a single one.
I couldn't try to change the starting point or check the model, as the solid is missing from the project:
Cheers
______________________________________________________________
If my post answers your question, please click the "Accept Solution" button. This helps everyone find answers more quickly!