Part Thickness/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 18: Line 18:
}}
}}


==Description==

<div class="mw-translate-fuzzy">
== Описание ==
== Описание ==
Инструмент '''Полость''' обрабатывает твёрдые тела и трансформирует их в полые объекты, задавая каждой из имеющихся граней заданную толщину.
Инструмент '''Полость''' обрабатывает твёрдые тела и трансформирует их в полые объекты, задавая каждой из имеющихся граней заданную толщину.
В некоторых случаях это сильно ускоряет работу и позволяет избежать выдавливания и создания вырезов.
В некоторых случаях это сильно ускоряет работу и позволяет избежать выдавливания и создания вырезов.
</div>

==Usage==


==Usage==
# Create a solid
# Create a solid
# Select one or more faces
# Select one or more faces
Line 30: Line 35:
# In the Properties table adjust the parameters if necessary
# In the Properties table adjust the parameters if necessary


==Options==
==Options==

* Thickness: Wall thickness of the resulting object, set the desired value
* Thickness: Wall thickness of the resulting object, set the desired value
** A positive value will offset the faces outward
** A positive value will offset the faces outward
Line 47: Line 53:
* Update view: Automatically updates the view in real time
* Update view: Automatically updates the view in real time


==Limitations==
==Limitations==

Complex shapes may produce bizarre, hard to predict results. Carefully inspect the resulting shape and save your work before applying the operation.
Complex shapes may produce bizarre, hard to predict results. Carefully inspect the resulting shape and save your work before applying the operation.


==Links==
==Links==

A good example on how to use this tool on the forum: [http://forum.freecadweb.org/viewtopic.php?f=3&t=3766&p=29741&hilit=enclosure#p29547 Re: Help designing a simple enclosure]
A good example on how to use this tool on the forum: [http://forum.freecadweb.org/viewtopic.php?f=3&t=3766&p=29741&hilit=enclosure#p29547 Re: Help designing a simple enclosure]


Line 73: Line 81:


[[Image:ThicknessEsempio4.png]]
[[Image:ThicknessEsempio4.png]]



{{Docnav/ru
{{Docnav/ru
Line 85: Line 94:
{{Part Tools navi{{#translation:}}}}
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 19:34, 15 September 2021

Толщина

Системное название
Part_Thickness
Расположение в меню
Деталь → Толщина
Верстаки
Верстак Part
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Смещение

Description

Описание

Инструмент Полость обрабатывает твёрдые тела и трансформирует их в полые объекты, задавая каждой из имеющихся граней заданную толщину. В некоторых случаях это сильно ускоряет работу и позволяет избежать выдавливания и создания вырезов.

Usage

  1. Create a solid
  2. Select one or more faces
  3. Click on the Part Thickness tool
  4. Set the parameters (see Options)
  5. Click OK to confirm, create the operation and exit the function
  6. In the Properties table adjust the parameters if necessary

Options

  • Thickness: Wall thickness of the resulting object, set the desired value
    • A positive value will offset the faces outward
    • A negative value will offset the faces inward
  • 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.
    • RectoVerso:
  • Join Type
    • Arc: removes the outer edges and create a fillet with a radius equal to the thickness defined
    • Tangent:
    • Intersection:
  • Intersection:
  • Self-intersection: Enables self-intersection
  • Face / Done: Select the faces to be removed, then click Done
  • Update view: Automatically updates the view in real time

Limitations

Complex shapes may produce bizarre, hard to predict results. Carefully inspect the resulting shape and save your work before applying the operation.

Links

A good example on how to use this tool on the forum: Re: Help designing a simple enclosure

Примеры

Hollow cylinder

  1. Create Cylinder with radius 10mm and height 20mm
  2. Select the top and bottom surface of the cylinder
  3. Click on the Thickness button (no need to change default settings) and press OK

Notes:

Box-Enclosure