From Section to Solid: how to tessellate a Section?

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
matteo1783
Posts: 10
Joined: Tue Mar 08, 2016 12:53 pm

From Section to Solid: how to tessellate a Section?

Post by matteo1783 »

Dear all,

I do apologize in advance but I am very newby with Freecad. I computed the Section between two parts. Now I see the profile of the section and I would like to fill it (I'd like to convert this new Section in a Solid, just tessellating). Is it possible? What is the best strategy?

Thanks,

Matteo
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: From Section to Solid: how to tessellate a Section?

Post by NormandC »

A solid is an enclosed volume, I doubt your section created a potential volume, didn't you mean you want to create a face? Is your section forming a wire lying on a plane?
User avatar
bejant
Veteran
Posts: 6075
Joined: Thu Jul 11, 2013 3:06 pm

Re: From Section to Solid: how to tessellate a Section?

Post by bejant »

matteo1783 wrote:I computed the Section between two parts. Now I see the profile of the section and I would like to fill it (I'd like to convert this new Section in a Solid, just tessellating). Is it possible?
It would help if you can upload an example file.
Sometimes you can't directly make a Solid from a Section of two shapes. Here are two Part WB Cubes. The white lines are the result of Part WB > Make Section of Two Shapes:
20160310 a-section.png
20160310 a-section.png (8.15 KiB) Viewed 2429 times
I can use the Part WB > ShapeBuilder tool and select "Face from edges" to get the grey face after selecting those white edges:
20160310b-section.png
20160310b-section.png (13.35 KiB) Viewed 2429 times
but I suspect that is not what you're looking for. And, to make a Solid from this Face and the Section, you will have to add some edges. Here's the file so far:
20160310a-Section.fcstd
(33.26 KiB) Downloaded 51 times
If the Section is something Planar, you can make a Face from the edges but not a Solid (unless you Extrude it).

Would the Part WB > Boolean Intersection, which creates a Common, help you?
renatorivo
Veteran
Posts: 2611
Joined: Tue Feb 21, 2012 8:07 pm
Location: Torino - Italy

Re: From Section to Solid: how to tessellate a Section?

Post by renatorivo »

This topic is a duplicate of
viewtopic.php?f=28&t=14638 :)
matteo1783
Posts: 10
Joined: Tue Mar 08, 2016 12:53 pm

Re: From Section to Solid: how to tessellate a Section?

Post by matteo1783 »

bejant wrote:[...] If the Section is something Planar, you can make a Face from the edges but not a Solid (unless you Extrude it).[...]
Dear all,

I used the wrong term "Solid", while "Face" is the right ones. Sorry for the misunderstanding and thanks you all for the replies, I will try to take a grip on "make a face by section" by following your indications.
matteo1783
Posts: 10
Joined: Tue Mar 08, 2016 12:53 pm

Re: From Section to Solid: how to tessellate a Section?

Post by matteo1783 »

Please, find enclosed the file in which I already calculated the Section between the parts.
myFlage.FCStd
(7.24 KiB) Downloaded 56 times
You will see, the section has some holes that should be preserved (hopefully).

Thanks
User avatar
bejant
Veteran
Posts: 6075
Joined: Thu Jul 11, 2013 3:06 pm

Re: From Section to Solid: how to tessellate a Section?

Post by bejant »

matteo1783 wrote:Please, find enclosed the file in which I already calculated the Section between the parts.
Hi matteo1783, the only thing in your file is a round shaft with a keyway. We'll need a file with at least two items in it in order to do a Part WB > Make Section Of Two Shapes.

If you want to make a Face from a Part WB > Cross Section, using Part WB > ShapeBuilder > Face From Edges worked for me.

OS: Ubuntu 14.04.4 LTS
Word size of OS: 32-bit
Word size of FreeCAD: 32-bit
Version: 0.16.6597 (Git)
Build type: None
Branch: master
Hash: 3ca1ec2c28d26cd6aab5c79878d9a5e82583395c
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
matteo1783
Posts: 10
Joined: Tue Mar 08, 2016 12:53 pm

Re: From Section to Solid: how to tessellate a Section?

Post by matteo1783 »

Thanks all and sorry for my delay, I was out from the office. I followed both Bejant and Renato's information and I got a preliminary result. Thanks again.
Post Reply