Unwrap Mesh

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
bcarmezini
Posts: 23
Joined: Fri Aug 27, 2021 3:34 pm

Unwrap Mesh

Post by bcarmezini »

OS: Windows 10 Version 2009
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24291 (Git)
Build type: Release
Branch: releases/FreeCAD-0-19
Hash: 7b5e18a0759de778b74d3a5c17eba9cb815035ac
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: Portuguese/Brazil (pt_BR)

I would like to add the Unwrap Mesh option.
I've searched the forum and many places, but nowhere explains how to add this option.
They just say to install conda, but I can't find a conda installer, just download a zipped folder with lots of files without installer
I would just like to flatten a steel plate
Attachments
Unwrap Mesh.jpg
Unwrap Mesh.jpg (181.98 KiB) Viewed 1794 times
TheMarkster
Veteran
Posts: 5513
Joined: Thu Apr 05, 2018 1:53 am

Re: Unwrap Mesh

Post by TheMarkster »

I think either version of 0.20 will have it if you get it from the weekly builds page. On 0.19 I think (not completely sure) only the conda builds have it. If you have a conda build you have assembly3 workbench installed with it. If you don't have assembly3 then you have one of the lib pack builds. Installing conda will not help you. You need to get the version of 0.19 that was built with conda. It will have the word conda in the filename instead of LP.
drmacro
Veteran
Posts: 9001
Joined: Sun Mar 02, 2014 4:35 pm

Re: Unwrap Mesh

Post by drmacro »

TheMarkster wrote: Tue Sep 28, 2021 4:04 pm I think either version of 0.20 will have it if you get it from the weekly builds page. On 0.19 I think (not completely sure) only the conda builds have it. If you have a conda build you have assembly3 workbench installed with it. If you don't have assembly3 then you have one of the lib pack builds. Installing conda will not help you. You need to get the version of 0.19 that was built with conda. It will have the word conda in the filename instead of LP.
Hmm...0.20 build from master a few minutes ago, no unwrap in mesh.
NoMeshUnfold.png
NoMeshUnfold.png (172.07 KiB) Viewed 1639 times
OS: Debian GNU/Linux 10 (buster) (XFCE/lightdm-xsession)
Word size of FreeCAD: 64-bit
Version: 0.20.25901 (Git)
Build type: Release
Branch: master
Hash: b7ea205c70dc6ae78c3b6be0997c3f5fb3c711ae
Python version: 3.7.3
Qt version: 5.11.3
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: Unwrap Mesh

Post by looo »

If you build freecad can enable this feature by setting this option:
-D BUILD_FLAT_MESH:BOOL=ON
drmacro
Veteran
Posts: 9001
Joined: Sun Mar 02, 2014 4:35 pm

Re: Unwrap Mesh

Post by drmacro »

looo wrote: Wed Sep 29, 2021 12:57 pm If you build freecad can enable this feature by setting this option:
-D BUILD_FLAT_MESH:BOOL=ON
Thank you!

That indeed makes it available.
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
bcarmezini
Posts: 23
Joined: Fri Aug 27, 2021 3:34 pm

Re: Unwrap Mesh

Post by bcarmezini »

Thank you very much everyone
I installed the Freecad 0.2 and now I have the option Unwrap Mesh
Post Reply