Warning: Sweep - Reference Failures - The operation failed due to coincident control points.

Warning: Sweep - Reference Failures - The operation failed due to coincident control points.

Anonymous
Not applicable
1,728 Views
11 Replies
Message 1 of 12

Warning: Sweep - Reference Failures - The operation failed due to coincident control points.

Anonymous
Not applicable

Hello again, after few problems with API scripts, I finally realized my "import from csv tool" and I can now have issues with the real design 😅.

  • I created 2 sketches, one with a profile and one with a sweep path.
  • I pushed Surface >> Sweep
  • I filled the command with the following settings:

lucabortolotti1984_1-1617220820634.png

 

  • I can see the object preview
  • When I press "ok", few seconds later I got the following error:

lucabortolotti1984_0-1617220731539.png

 

Warning: Sweep2 1 Reference Failures
The operation failed due to coincident control points.
Try adjusting the values or changing the input geometry.

 

I really don't know why, I tried to find here in the forum and online, but I didn't get a clue 😣

I attached also the file if it could help to find out the issue

Thanks

Luca

0 Likes
1,729 Views
11 Replies
Replies (11)
Message 2 of 12

jhackney1972
Consultant
Consultant

The Fit Point Spline you are using for the path is the issue.  Not sure what points are the issue but since it is basically a perfect ellipse substituted one for the path.  The sketch still contains the spline.  Model is attached.

John Hackney, Retired
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

Message 3 of 12

davebYYPCU
Consultant
Consultant

So many spline points.  I do airfoils with 2 four point splines for best results.  Your inside profile would be the exception.

No inside profile, of the wall sketch, how can that be?

Try one outline per Sweep.  Solid Sweep fails?

 

sorry I have no access to files till after Easter.  

I am thinking no profile, somewhere to look.

 

Might help...

0 Likes
Message 4 of 12

TrippyLighting
Consultant
Consultant

Have you checked the curvature of the spline you create by connecting all the imported points?

 

Screen Shot 2021-03-31 at 6.56.17 PM.png

 

There are mathematical reasons that it looks as terrible as it does. 

 

In essence, however, I would use the imported points only as a visual guideline to create the needed geometry with native Fusion 360 sketch objects.

 


EESignature

Message 5 of 12

Anonymous
Not applicable
Thanks, the problem was actually the path spline!
0 Likes
Message 6 of 12

Anonymous
Not applicable
Thanks for the reply, solid sweep fail as well.
Thanks to @jhackney1972 I solved, the problem was infact the path spline.
0 Likes
Message 7 of 12

Anonymous
Not applicable
The shape spline is good, actually as @jhackney1972 made me notice, the problem was the simple part: the path spline!
0 Likes
Message 8 of 12

TrippyLighting
Consultant
Consultant

@Anonymous wrote:
The shape spline is good, actually as @jhackney1972 made me notice, the problem was the simple part: the path spline!

No, the shape of the spline is garbage and the curvature comb shows that in no uncertain terms! 

You can put a Band-Aid on this and move forward, but chances are that you'll run into other modeling problems with this approach.


EESignature

0 Likes
Message 9 of 12

Anonymous
Not applicable


No, the shape of the spline is garbage and the curvature comb shows that in no uncertain terms! 

You can put a Band-Aid on this and move forward, but chances are that you'll run into other modeling problems with this approach.


Ok, for sure you're right. But saying it's garbage without explaining why, it's been useful on a forum like my spline in a design process 😂

I'm curious about understanding what I did wrong and what I could learn/looking for to improve my skills (which are merely zero at the moment). That spline has been parametrically generated by a MatLab script just in part modified by myself.

Thanks in advance for the suggestions!

 

Regards,

Luca

0 Likes
Message 10 of 12

TrippyLighting
Consultant
Consultant

Right, I do need to explain that.

 

The curve you generated in Matlab followed an algorithm and perhaps math that is not equal to how fit-point splines and their math are implemented in Fusion 360. Fit-point splines in general are implemented differently in different CAD and modeling applications.

 

As such the points your algorithm created might lie on a curve but that curve is not a fit point spline. In Fusion 360 a fit-point spline is a 5-degree multi-span spline. Unless the points calculated by the algorithm in Matlab coincide precisely with the control points of a fit point spline as implemented in Fusion 360 the result is as shown in the screenshot I provided.

 

Generally when working with splines less is more. Use the least amount of points you can get away with and control the shape with the tangent handles.


EESignature

Message 11 of 12

Anonymous
Not applicable

Thanks for the explanation @TrippyLighting,  but I didn't understand how can be different import points or setpoints directly in F360. Let's say that I draw 10 points (x, y) as I was working in 2d on a sketch. F360 will try to draw the line by interpolation with its defined polynomial function. The more these points are in a non-linear position, the greater will be the order of the polynomial (to simplify). Then what's the difference if the 10 points were imported? 

Maybe in Matlab, the function which draws the line to connect them is different, but I didn't force F360 to follow that "path", I just gave the point to pass through. I don't get the point, sorry I'm dumb 😅

 

0 Likes
Message 12 of 12

davebYYPCU
Consultant
Consultant

Point to pass through, no

in Fusion - it’s place spline point here.

There is no need for so many points, and importing so many is a backwards step.

I always make my airfoils in Fusion, from 2 splines with 4 data points each.

 

Might help....

0 Likes