Part: Shape from Mesh (Freezes)

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
abasel
Posts: 116
Joined: Sun Sep 02, 2018 12:22 am

Part: Shape from Mesh (Freezes)

Post by abasel »

When I try an convert this mesh to a shape my computer freezes (at about 20%). I have tried different computers, Linux and Window. I have tried cleaning up the Mesh using Blender and MeshLab.

----------------------------------------
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.16131 (Git)
Build type: Release
Branch: releases/FreeCAD-0-18
Hash: 3129ae4296e40ed20e7b3d460b86e6969acbe1c3
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/NewZealand (en_NZ)
Attachments
Phone-dialer.stl
(423.32 KiB) Downloaded 30 times
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: Part: Shape from Mesh (Freezes)

Post by kisolre »

Works with 0.19. But the model is not a single surface so cannot be directly converted to solid. It looks quite easy to recreate from scratch...
abasel
Posts: 116
Joined: Sun Sep 02, 2018 12:22 am

Re: Part: Shape from Mesh (Freezes)

Post by abasel »

I tried 0.19 last night but this also froze from me. I got these to work a few weeks ago but now can't work out what I am doing differently.

If it can't be converted directly to a solid, what intemediate step am I missing?

Thanks for looking though. If it's working for you on 0.19 then there must be an issue on both of my system.
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: Part: Shape from Mesh (Freezes)

Post by kisolre »

You first convert the mest to shell and then that shell to solid. But here there are actually 2 separate shells and so directli converting the resulting shell to solid fails.
Also this STL is quite small. I had to scale it by 2000 to get it to reasonable size around 79mm dia. Here is good aproximated recreation as Partdesign body:
Attachments
PhoneDialer.FCStd
(38.13 KiB) Downloaded 22 times
abasel
Posts: 116
Joined: Sun Sep 02, 2018 12:22 am

Re: Part: Shape from Mesh (Freezes)

Post by abasel »

When google, "converting to shell" takes me straight to converting to solid". It's probbly right in front of me but I can't find the "convert to shell" option.
chrisb
Veteran
Posts: 54293
Joined: Tue Mar 17, 2015 9:14 am

Re: Part: Shape from Mesh (Freezes)

Post by chrisb »

Convert to shell is "Create shape from mesh".
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply