PartDesign Thickness: Difference between revisions

From FreeCAD Documentation
m (note on Pipe and Recto Verso added)
(properties added)
Line 42: Line 42:
# Press {{Button|OK}}.
# Press {{Button|OK}}.


==Options== <!--T:7-->
===Options=== <!--T:7-->


<!--T:8-->
<!--T:8-->
Line 55: Line 55:
** ''Intersection'': when faces are offset outward, sharp edges are kept between faces.
** ''Intersection'': when faces are offset outward, sharp edges are kept between faces.
* '''Make thickness inwards''': when checked, faces are offset inward.
* '''Make thickness inwards''': when checked, faces are offset inward.

==Properties==

See also: [[Property_editor|Property editor]].

A PartDesign Thickness object is derived from a [[Part_Feature|Part Feature]] object and inherits all its properties. It also has the following additional properties:

===Data===

{{Properties_Title|Base}}

* {{PropertyData|Base|LinkSub}}: Base. Sub-link to the parent feature's list of selected edges and faces.
* {{PropertyData|SupportTransform|Bool}}: Support Transform. "Include the base additive/subtractive shape when used in pattern features.
: If disabled, only the dressed part of the shape is used for patterning. Default: {{FALSE}}.
* {{PropertyData|AddSubShape|PartShape|hidden}}: Add Sub Shape.
* {{PropertyData|BaseFeature|Link|hidden}}: Base Feature. Link to the parent feature.
* {{PropertyData|_Body|LinkHidden|hidden}}: _Body. Hidden link to the parent body.

{{Properties_Title|Part Design}}

* {{PropertyData|Refine|Bool}}: "Refine shape (clean up redundant edges) after adding/subtracting". Default: {{TRUE}}.

{{Properties_Title|Thickness}}

* {{PropertyData|Value|Length}}: Value. "Thickness value". Default: {{value|1,00 mm}}.
* {{PropertyData|Mode|Enumeration}}: Mode. {{value|Skin}} (default), {{value|Pipe}} (seems to be useless).
: ("Recto verso" isn't even listed here...)
* {{PropertyData|Join|Enumeration}}: Join. "Join type".{{value|Arc}} (default).
* {{PropertyData|Reversed|Bool}}: Reversed. "Apply the thickness towards the solids interior". Default: {{FALSE}}.
* {{PropertyData|Intersection|Bool}}: Intersection. "Enable intersection-handling". Default: {{FALSE}}.


==Limitations== <!--T:9-->
==Limitations== <!--T:9-->

Revision as of 08:29, 20 May 2022

PartDesign Thickness

Menu location
Part Design → Apply a dress-up feature → Thickness
Workbenches
PartDesign
Default shortcut
None
Introduced in version
0.17
See also
Part Thickness

Description

The Thickness tool works on a solid Body and transforms it into a thick-walled hollow object with at least one open face, giving to each of its remaining faces a uniform thickness. On some solids it allows you to significantly speed up the work, and avoids making extrusions and pockets.

The thickness tool applied to a face (B) of a solid (A), resulting in the hollow object (C).

Usage

  1. Select one or more face(s) on the active Body.
  2. Press the Thickness button.
  3. Define the Thickness parameters (see Options).
  4. To add more faces to open, press the Add face button and select a face in the 3D view.
  5. To remove a previously select face, press the Remove face button and select a face in the 3D view, or right-click on the Face label in the list and select Remove.
  6. Press OK.

Options

  • Thickness: Wall thickness of the resulting object. Set the desired value.
  • Mode
    • Skin: Select this option if you want to get an item like a vase, headless but with the bottom
    • Pipe: Select this option if you want to get an object like a pipe, headless and bottomless. In this case it may be convenient to select the faces to be deleted before you start the tool. Helping with predefined views buttons or use the numeric keys.
    • Recto Verso:
(In case you wonder: Pipe and Recto Verso functionality hasn't been implemented since version 0.13, see 2013 topic and 2021 follow-up)
  • Join Type
    • Arc: removes the outer edges and creates a fillet with a radius equal to the defined thickness.
    • Intersection: when faces are offset outward, sharp edges are kept between faces.
  • Make thickness inwards: when checked, faces are offset inward.

Properties

See also: Property editor.

A PartDesign Thickness object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data

Base

  • DataBase (LinkSub): Base. Sub-link to the parent feature's list of selected edges and faces.
  • DataSupportTransform (Bool): Support Transform. "Include the base additive/subtractive shape when used in pattern features.
If disabled, only the dressed part of the shape is used for patterning. Default: false.
  • Data (hidden)AddSubShape (PartShape): Add Sub Shape.
  • Data (hidden)BaseFeature (Link): Base Feature. Link to the parent feature.
  • Data (hidden)_Body (LinkHidden): _Body. Hidden link to the parent body.

Part Design

  • DataRefine (Bool): "Refine shape (clean up redundant edges) after adding/subtracting". Default: true.

Thickness

  • DataValue (Length): Value. "Thickness value". Default: 1,00 mm.
  • DataMode (Enumeration): Mode. Skin (default), Pipe (seems to be useless).
("Recto verso" isn't even listed here...)
  • DataJoin (Enumeration): Join. "Join type".Arc (default).
  • DataReversed (Bool): Reversed. "Apply the thickness towards the solids interior". Default: false.
  • DataIntersection (Bool): Intersection. "Enable intersection-handling". Default: false.

Limitations

  • At least one face to be opened must be selected.
  • If thickness goes inwards, the value must be smaller than the smallest height of the Body.
  • The command may fail with complex shapes. In this context the surface of e.g. a cone has already to be regarded as complex.

Example

  1. Create a Pad from the sketch
  2. Create a second sketch on the XY plane
  3. Create a second Pad from the second sketch

As in the following pictures:

File:Braga-primoPad.png

File:Braga-secondoschizzo.png

File:Braga-secondo Pad.png

Then

  1. Select a circular face
  2. Select Thickness
  3. Add the other circular faces to the selection

Result:

Known Errors

  • BRep_API: command not done
  • BRep_Tool: no parameter on edge
  • Silently Fails