PartDesign Thickness/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "==Opcje==")
(Created page with "==Uwagi==")
Line 68: Line 68:
* {{MenuCommand|Make thickness inwards}}: When checked, faces are offset inward.
* {{MenuCommand|Make thickness inwards}}: When checked, faces are offset inward.


== Notes ==
==Uwagi==


* If thickness goes inwards, the value must be smaller than the smallest height of the Body.
* If thickness goes inwards, the value must be smaller than the smallest height of the Body.

Revision as of 10:41, 27 September 2022

Projekt Części: Grubość

Lokalizacja w menu
Projekt Części → Zastosuj funkcję ulepszenia → Grubość
Środowisko pracy
Projekt Części
Domyślny skrót
brak
Wprowadzono w wersji
0.17
Zobacz także
Część: Grubość

Opis

Narzędzie Grubość przekształca bryłę w pusty obiekt z przynajmniej jedną otwartą ścianą, nadając każdej z pozostałych ścian jednolitą grubość. Dodaje do dokumentu obiekt Grubość wraz z jego odpowiednią reprezentacją w widoku drzewa.

Bryła bazowa (A) → Bryła z wybraną ścianą do otwarcia (B) → Powstały pusty obiekt (C).

Użycie

Dodanie funkcji grubość

  1. Optionally activate the Body to apply the Thickness to.
  2. Select one or more faces of the Body.
  3. There are several ways to invoke the tool:
    • Press the Thickness button.
    • Select the Part Design → Apply a dress-up feature → Thickness option from the menu.
  4. If there is no active Body, and there are two or more Bodies in the document, the Active Body Required dialog will open and prompt you to activate one. If there is a single Body it will be activated automatically.
  5. The Thickness parameters task panel opens. See Options for more information.
  6. Press the OK button to finish.


Remember:
  • Since there must be at least one face for the feature, the last remaining face in the list cannot be removed.

Edit a thickness

  1. Do one of the following:
    • Double-click the Thickness object in the Tree view
    • Right-click the Thickness object in the Tree view and select Edit Thickness from the context menu.
  2. The Thickness parameters task panel opens. See Options for more information.
  3. Press the OK button to finish.

Opcje

  • 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: Only this option can be selected.
    • Pipe: Not implemented. See this forum topic.
    • Recto Verso: Not implemented. See idem.
  • 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.

Uwagi

  • 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.

Właściwości

Zobacz również stronę: Edytor właściwości.

Obiekt Grubość wywodzi się z obiektu Część: Cecha i dziedziczy wszystkie jego właściwości. Posiada on również następujące dodatkowe właściwości:

Dane

Podstawowe

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

Projekt Części

  • DANERefine (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.

Grubość

  • DANEValue (Length): "Thickness value". Default: 1 mm.
  • DANEMode (Enumeration): "Mode". Skin (default), Pipe or Recto verso. Only Skin is implemented.
  • DANEJoin (Enumeration): "Join type". Arc (default) or Intersection.
  • DANEReversed (Bool): "Apply the thickness towards the solids interior". Default: false.
  • DANEIntersection (Bool): "Enable intersection-handling". Default: false.