PartDesign SubtractiveCone/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "==Opis==")
(Created page with "''Po lewej: aktywna zawartość (A) pokazana w kolorze szarym i stożek do odjęcia (B) pokazany w kolorze czerwonym z przeźroczystością. Wynik po prawej''.")
Line 22: Line 22:
==Opis==
==Opis==


Funkcja ta wstawia pierwotny stożek odejmowany od aktywnej Zawartości. Jego kształt jest odejmowany od istniejącej bryły.
Inserts a subtractive cone in the active Body. Its shape is subtracted from the existing solid.


[[File:PartDesign_SubtractiveCone_example.png|none]]
[[File:PartDesign_SubtractiveCone_example.png|none]]


''Po lewej: aktywna zawartość (A) pokazana w kolorze szarym i stożek do odjęcia (B) pokazany w kolorze czerwonym z przeźroczystością. Wynik po prawej''.
''On the left: active body (A) shown in grey and subtractive cone (B) shown in transparent red; result on the right.''


==Usage==
<span id="Usage"></span>
==Użycie==


# Press the {{Button|[[Image:PartDesign SubtractiveCone.svg|24px]] '''Subtractive Cone'''}} button. '''Note''': the Subtractive Cone is part of an icon menu labelled ''Create a subtractive primitive''. After launching FreeCAD, the Subtractive Box is the one displayed in the toolbar. To get to the Cone button, click on the down arrow besides the visible icon and select Subtractive Cone in the menu.
# Press the {{Button|[[Image:PartDesign SubtractiveCone.svg|24px]] '''Subtractive Cone'''}} button. '''Note''': the Subtractive Cone is part of an icon menu labelled ''Create a subtractive primitive''. After launching FreeCAD, the Subtractive Box is the one displayed in the toolbar. To get to the Cone button, click on the down arrow besides the visible icon and select Subtractive Cone in the menu.

Revision as of 05:30, 18 June 2023

Projekt Części: Subtraktywny stożek

Lokalizacja w menu
Projekt Części → Utwórz cechę przez odjęcie → Subtraktywny stożek
Środowisko pracy
Projekt Części
Domyślny skrót
brak
Wprowadzono w wersji
0.17
Zobacz także
Komponent bryła pierwotna do odjęcia, Addytywny stożek

Opis

Funkcja ta wstawia pierwotny stożek odejmowany od aktywnej Zawartości. Jego kształt jest odejmowany od istniejącej bryły.

Po lewej: aktywna zawartość (A) pokazana w kolorze szarym i stożek do odjęcia (B) pokazany w kolorze czerwonym z przeźroczystością. Wynik po prawej.

Użycie

  1. Press the Subtractive Cone button. Note: the Subtractive Cone is part of an icon menu labelled Create a subtractive primitive. After launching FreeCAD, the Subtractive Box is the one displayed in the toolbar. To get to the Cone button, click on the down arrow besides the visible icon and select Subtractive Cone in the menu.
  2. Set the Primitive parameters (for a complete cone, set one of the radii to zero) and the Attachment.
  3. Click OK.
  4. A Cone feature appears under the active Body.

Options

The Cone can be edited after its creation in two ways:

  • Double-clicking it in the Model tree, or by right-clicking and selecting Edit primitive in the contextual menu; this brings up the Primitive parameters.
  • Via the Property editor.

Properties

  • DANEAttachment: defines the attachment mode as well as the Attachment Offset. See Part EditAttachment.
  • DANELabel: label given to the Cone object. Change to suit your needs.
  • DANERadius1: the radius value at the cone's base.
  • DANERadius2: the radius value at the cone's top. A non-zero value creates a truncated cone.
  • DANEHeight: the height of the cone along its axis.
  • DANEAngle: angle of rotation of the cross section (360 degrees in a full cone).