Transformed shape not intersecting support

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
stevenfalco
Posts: 8
Joined: Mon Jul 20, 2020 3:06 pm

Transformed shape not intersecting support

Post by stevenfalco »

I'm attempting to design a test-tube holder (design attached). Mostly, it is fine, but I get an error "One transformed shape does not intersect support".

This occurs in the "all posts" multitransform. There are two repetitions - one vertical and one horizontal. In the attached file I have the vertical repetition (LinearPattern003) first, and then the horizontal repetition (LinearPattern002) second.

Curiously, if I reverse the order and make LinearPattern002 first and LinearPattern003 second, I then get "Three transformed shapes do not intersect support".

I cannot see why this is happening, because the shape it is complaining about is in the middle of the repetition, and it should have support.

Is this a bug, or have I done something wrong?
Attachments
test_tube_holder.FCStd
(53.41 KiB) Downloaded 24 times
Bance
Veteran
Posts: 4249
Joined: Wed Feb 11, 2015 3:00 pm
Location: London

Re: Transformed shape not intersecting support

Post by Bance »

It's a co-planar issue, the post and dimples are tangent to each other. make one smaller/larger and the op will succeed. :D
stevenfalco
Posts: 8
Joined: Mon Jul 20, 2020 3:06 pm

Re: Transformed shape not intersecting support

Post by stevenfalco »

Thanks, I'll give that a try!

I also noticed that if I offset the "post_sk" sketch by +12mm on the Z axis (so that it is on the upper surface of the "base_plate") then the transform also succeeds.
Bance
Veteran
Posts: 4249
Joined: Wed Feb 11, 2015 3:00 pm
Location: London

Re: Transformed shape not intersecting support

Post by Bance »

These issues are caused by computing limitations/floating point maths ETC.
stevenfalco
Posts: 8
Joined: Mon Jul 20, 2020 3:06 pm

Re: Transformed shape not intersecting support

Post by stevenfalco »

That makes sense. I used your suggestion and reduced the post diameter by 0.001 mm. That works perfectly.

Thanks again for the help!

Steve
User avatar
papyblaise
Veteran
Posts: 7997
Joined: Thu Jun 13, 2019 4:28 pm
Location: France

Re: Transformed shape not intersecting support

Post by papyblaise »

it's bad handling on your part
Multitransform the balls horizontally and vertically then the same thing with post
and Refine = true to make the traces disappear
the error message means that by doing the multifransform in the wrong direction, the copies fall into the void
Attachments
porte tubes.FCStd
(48.75 KiB) Downloaded 27 times
porte tubes.PNG
porte tubes.PNG (52.89 KiB) Viewed 986 times
Post Reply