PartDesign Thickness/cs

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Tuto stránku je třeba aktualizovat pro verzi FreeCADu 1.1.

PartDesign Tloušťka

Umístění Menu
Tvorba dílu → Funkce pro úpravu vzhledu → Tloušťka
Pracovní stoly
PartDesign
Výchozí zástupce
Nikdo
Představen ve verzi
0.17
Viz také
Part Tloušťka

Popis

Nástroj PartDesign Tloušťka přemění plné těleso na dutý objekt s alespoň jednou otevřenou plochou a každé ze zbývajících ploch přidělí stejnou tloušťku. Do dokumentu přidá objekt Tloušťku s odpovídajícím zobrazením ve stromovém zobrazení.

Základní těleso (A) → Těleso s vybranou plochou, která se má otevřít (B) → Výsledný dutý objekt (C)

Použití

Zadání tloušťky

  1. Volitelně aktivujte těleso, na které chcete tloušťku aplikovat.
  2. Vyberte jednu nebo více ploch tělesa.
  3. Nástroj lze spustit několika způsoby:
    • Stiskněte tlačítko Tloušťka.
    • Z menu vyberte možnost Tvorba dílu → Funkce pro úpravu vzhledu → Tloušťka.
  4. Pokud není aktivní žádné Těleso a v dokumentu se nacházejí dva nebo více Těles, otevře se dialogové okno Je třeba aktivovat Těleso s výzvou k aktivaci jednoho z nich. Pokud je v dokumentu pouze jedno těleso, bude aktivováno automaticky.
  5. Otevře se panel úloh Parametry tloušťky. Další informace najdete v části Možnosti.
  6. Stisknutím tlačítka OK operaci dokončete.


Pamatujte:
  • Jelikož prvek musí mít alespoň jednu plochu, nelze poslední zbývající plochu v seznamu odstranit.

Úprava tloušťky

  1. Proveďte jednu z následujících akcí:
  2. Otevře se panel úloh TParametry tloušťky. Další informace najdete v části Možnosti.
  3. Stisknutím tlačítka OK operaci dokončete.

Možnosti

  • Add face: Add faces to the selection by pressing the Add face button and selecting more faces.
  • Remove face: Choose a way to remove faces from the selection:
    • Select one or more faces in the list and press the Del key or right-click the list and select Remove from the context menu.
    • Press the Remove face button. All previously selected faces are highlighted in purple. Select each face to be removed.
  • Thickness: Set the wall thickness either by editing the value or by clicking the up/down arrows.
  • Mode:
    • Skin: Select this option if you want to get an item like a vase, headless but with the bottom. Only this option can be selected.
    • Pipe: Not implemented. See this forum topic.
    • Recto Verso: Not implemented. See this forum topic.
  • Join Type:
    • Arc: When non-tangential faces are offset, new faces that do not intersect are joined by a fillet with a radius equal to the defined thickness.
    • Intersection: When non-tangential faces are offset, new faces that do not intersect are extended to meet at their virtual intersection.
  • Intersection: When checked, self-intersections in certain models are avoided. This option is not recommended as it relies on an incomplete OpenCASCADE method.
  • Make thickness inwards: When checked, faces are offset inward.

Notes

  • If thickness goes inwards, the value must be smaller than the smallest height of the Body.
  • The tool may fail with complex shapes. Additive Pipe or Additive Loft may work better to create complex shapes.
  • Known errors:
    • BRep_API: command not done.
    • BRep_Tool: no parameter on edge.
    • Silently fails.

Properties

See also: Property View.

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

  • ÚdajeBase (LinkSub): Sub-link to the parent feature's list of selected edges and faces.
  • ÚdajeSupport Transform (Bool): 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.
  • Údaje (hidden)Add Sub Shape (PartShape)
  • Údaje (hidden)Base Feature (Link): Link to the parent feature.
  • Údaje (hidden)_ Body (LinkHidden): Link to the parent body.

Part Design

  • ÚdajeRefine (Bool): Refine shape (clean up redundant edges) after adding/subtracting. The default value is determined by the Automatically refine model after sketch-based operation preference. See PartDesign Preferences.

Thickness

  • ÚdajeValue (Length): Thickness value. Default: 1 mm.
  • ÚdajeMode (Enumeration): Mode. Skin (default), Pipe or Recto verso. Only Skin is implemented.
  • ÚdajeJoin (Enumeration): Join type. Arc (default) or Intersection.
  • ÚdajeReversed (Bool): Apply the thickness towards the solids interior. Default: false.
  • ÚdajeIntersection (Bool): Enable intersection-handling. Default: false.