몸통

From FreeCAD Documentation
This page is a translated version of the page Body and the translation is 50% complete.

소개

FreeCAD에서 "몸통(Body)"라는 단어는 일반적으로 부품설계 작업대에 서 만들어 지는PartDesign Body 객체(PartDesign::Body 클래스)를 가리킵니다. 이는 2D sketches3D 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.

Notes

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.