extude selected surfaces - without sketcher

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
Vinzent
Posts: 23
Joined: Sat Aug 20, 2022 6:42 pm

extude selected surfaces - without sketcher

Post by Vinzent »

Hello, everyone,

I have objects nested in arrays and compounds. Now I break these apart with "Explode Compound" and get Child objects.

I would like to extrude a surface from some child objects. The "3D Offset" command in Path works, but then all surfaces are expanded.

Does anyone have an idea how I can extude selected surfaces?

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.29177 (Git)
Build type: Release
Branch: releases/FreeCAD-0-20
Hash: 68e337670e227889217652ddac593c93b5e8dc94
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.2
Locale: German/Germany (de_DE)
Installed mods: 
  * A2plus 0.4.60
  * BIM 2021.12.0
  * Curves 0.5.13
  * lattice2 1.0.0
  * Manipulator 1.4.9
Attachments
Unbenannt.PNG
Unbenannt.PNG (124.53 KiB) Viewed 330 times
User avatar
thomas-neemann
Veteran
Posts: 11801
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: extude selected surfaces - without sketcher

Post by thomas-neemann »

Vinzent wrote: Mon Dec 05, 2022 7:18 pm ...

I would do it this way


https://www.youtube.com/watch?v=3rfMPO6sPs8

phpBB [video]
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: extude selected surfaces - without sketcher

Post by Roy_043 »

User avatar
Vincent B
Veteran
Posts: 4713
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

Re: extude selected surfaces - without sketcher

Post by Vincent B »

try too:
draft wb facebinder
lattice2 wb Sublink
Post Reply