Тело

From FreeCAD Documentation
Revision as of 14:06, 12 May 2020 by Baritone (talk | contribs) (Created page with "==Примечания==")

Введение

В FreeCAD слово "Body" обычно используется для ссылки на объект PartDesign Body (класс PartDesign::Body), определённый в верстаке PartDesign. Это контейнер, который может содержать плоский параметрический эскиз и 3D geometrical features для создания твёрдого тела.

Смотри PartDesign Body насчёт дальнейшей информации об этом типе объекта.

Использование

  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.

Примечания

A Body is required when using the PartDesign Workbench in a feature editing methodology.

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.