Body/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "==Uwagi==")
(Created page with "Zawartość jest niezbędna podczas korzystania ze środowiska pracy Projekt Części w metodologii edycji cech.")
Line 19: Line 19:
==Uwagi==
==Uwagi==


Zawartość jest niezbędna podczas korzystania ze środowiska pracy [[PartDesign_Workbench/pl|Projekt Części]] w metodologii [[Feature_editing/pl|edycji cech]].
A Body is required when using the [[PartDesign Workbench|PartDesign Workbench]] in a [[feature editing|feature editing]] methodology.


A Body is not required when using the [[Part Workbench|Part Workbench]], as this workbench uses a [[constructive solid geometry|constructive solid geometry]] workflow, which is based on [[Part_Primitives|primitive shapes]] and boolean operations.
A Body is not required when using the [[Part Workbench|Part Workbench]], as this workbench uses a [[constructive solid geometry|constructive solid geometry]] workflow, which is based on [[Part_Primitives|primitive shapes]] and boolean operations.

Revision as of 05:52, 25 September 2022

Wprowadzenie

In FreeCAD the word "Body" is normally used to refer to a PartDesign Body object (PartDesign::Body class) that is defined by the PartDesign Workbench. This is a container object that can hold 2D sketches and 3D geometrical features to build a solid shape.

See PartDesign Body for more information about this type of object.

Użycie

  1. Switch to the PartDesign Workbench.
  2. Press PartDesign Body.
  3. Press PartDesign NewSketch to create a new sketch.
  4. Create a closed wire, and then use PartDesign Pad to extrude the sketch, and create an initial solid.
  5. Add more sketches and pads, and use other tools of the PartDesign Workbench to modify and transform the initial solid.

Alternatively, instead of using sketches, you can add primitive PartDesign Features, for example, a PartDesign Additive box. Any number of additive and subtractive features can be used to create a final volume.

Uwagi

Zawartość jest niezbędna podczas korzystania ze środowiska pracy Projekt Części w metodologii edycji cech.

A Body is not required when using the Part Workbench, as this workbench uses a constructive solid geometry workflow, which is based on primitive shapes and boolean operations.