FreeCAD Logo FreeCAD 1.0
  • 영어 아프리칸스어 아랍어 벨라루스어 카탈로니아어 체코어 독일어 그리스어 스페인어 스페인어 바스크어 핀란드어 필리핀어 프랑스어 갈리시아어 크로아티아어 헝가리어 인도네시아어 이탈리아어 일본어 커바일어 한국어 리투아니아어 네덜란드어 노르웨이어(보크말) 폴란드어 포르투갈어 포르투갈어 루마니아어 러시아어 슬로바키아어 슬로베니아어 세르비아어 스웨덴어 터키어 우크라이나어 발센시아어 베트남어 중국어 중국어
  • 특징
  • 다운로드
  • 블로그
  • 문서
    도큐먼트 인덱스 시작하기 사용자 문서 FreeCAD 매뉴얼 워크 벤치 문서 파이썬(Python) 코딩 도큐먼트 C++ coding documentation 자습서 자주 묻는 질문 Privacy policy About FreeCAD
  • 기여
    어떻게 도와 드릴까요 Sponsor 버그 제보 풀 생성 요청 Jobs and funding Contribution guidelines Developers handbook Translations
  • 커뮤니티
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA 정보
SEPA 은행을 은행 에이전시로 이체하도록:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
설정해 주십시오.: BNP Paribas Fortis
주소: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

OpenSCAD 작업대
부품설계 작업대
Index
부품 작업대 아이콘

소개

FreeCAD의 견고한 모델링 기능은 고급 3D 형상 생성 및 조작 기능을 갖춘 전문가급 CAD 시스템인 OpenCASCADE 기술(OCCT) 커널을 기반으로 합니다. 부품 작업대(Part Workbench)는 OCCT 라이브러리 상단에 있는 레이어로, 사용자가 OCCT 기하학적 기본 요소 및 기능에 접근할 수 있습니다. 기본적으로 설계제도 작업대, 스케치 작업대, 부품설계 작업대(PartDesign Workbench) 등의 작업대의 모든 2D 및 3D 도면 기능은 부품 작업대에서 노출되는 이러한 기능을 기반으로 합니다.

The Part Workbench can also create objects that are not solids, such as faces, shells, and objects with only edges or vertices. It also provides a variety of general purpose tools for geometry manipulation, geometry validation, and making copies.

The PartDesign Workbench uses an alternative workflow for creating solids. For a detailed discussion of the Part Workbench versus the Part Design Workbench see Part and Part Design.

도구

Solids toolbar

  • 상자: 정육면체를 생성합니다.
  • 원통: 원통을 생성합니다.
  • 구: 구를 생성합니다.
  • 원뿔: 원뿔을 생성합니다.
  • 원환체: 원환체를 생성합니다.
  • 튜브: 튜브를 생성합니다.
  • Primitive: A tool to create one of the following primitives:
  • Plane: Creates a plane.
  • Box: Creates a box. This object can also be created with the Cube tool.
  • Cylinder: Creates a cylinder. This object can also be created with the Cylinder tool.
  • Cone: Creates a cone. This object can also be created with the Cone tool.
  • Sphere: Creates a sphere. This object can also be created with the Sphere tool.
  • Ellipsoid: Creates a ellipsoid.
  • Torus: Creates a torus. This object can also be created with the Torus tool.
  • Prism: Creates a prism.
  • Wedge: Creates a wedge.
  • Helix: Creates a helix.
  • Spiral: Creates a spiral.
  • Circle: Creates a circular arc.
  • Ellipse: Creates an elliptical arc.
  • Point: Creates a point.
  • Line: Creates a line.
  • Regular polygon: Creates a regular polygon.
  • Shape Builder: Creates shapes from various primitives.

Part tools toolbar

  • New Sketch: Creates a new sketch and opens the Sketcher Dialog to edit it.
  • Extrude: Extrudes planar faces.
  • Revolve: Creates a solid by revolving an object (not a solid) around an axis.
  • Mirror: Mirrors the selected object across a mirror plane.
  • Scale: Scales one or more shapes. introduced in 1.0
  • Fillet: Fillets (rounds) edges of an object.
  • Chamfer: Chamfers edges of an object.
  • Face From Wires: Makes a face from a set of wires (contours).
  • Ruled Surface: Creates a ruled surface.
  • Loft: Lofts from one profile to another.
  • Sweep: Sweeps one or more profiles along a path.
  • Section: Creates a section by intersecting an object with a section plane.
  • Cross-Sections: Creates one or more cross-sections through an object.
  • Offset:
  • 3D Offset: Constructs a parallel shape at a certain distance from an original.
  • 2D Offset: Constructs a parallel wire at certain distance from an original, or enlarges/shrinks a planar face.
  • Thickness: Hollows out a solid.
  • Project on Surface: Projects a logo, text or any face, wire or edge onto a surface.
  • Appearance per Face: Assigns colors to individual faces of objects.

Boolean toolbar

  • Compound:
  • Compound: Creates a compound from the selected objects.
  • Explode Compound: Splits up compounds.
  • Compound Filter: Extracts the individual pieces from compounds.
  • Boolean Operation: Performs boolean operations on two objects.
  • Cut: Cuts one object from another.
  • Union: Fuses two or more objects.
  • Intersection: Extracts the common part of two objects.
  • Join:
  • Connect Shapes: Connects interiors of walled objects.
  • Embed Shapes: Embeds a walled object into another walled object.
  • Cutout Shape: Creates a cutout in a wall of an object for another walled object.
  • Split:
  • Boolean Fragments: Creates all pieces obtained from Boolean operations.
  • Slice Apart: Slices and splits an object by intersecting it with other objects.
  • Slice to Compound: Slices an object by intersecting it with other objects.
  • Boolean XOR: Removes space shared by an even number of objects.
  • Check Geometry: Checks the geometry of selected objects for errors.
  • Defeaturing: Removes features from an object.

Other tools

  • Box Selection: Selects faces from a rectangular area.
  • Shape From Mesh: Creates shapes from mesh objects.
  • Points From Shape: Creates points objects from geometric objects.
  • Convert to Solid: Creates solids from shape objects.
  • Reverse Shapes: Creates parametric copies with reversed face normals from selected objects.
  • Copy:
  • Simple Copy: Creates non-parametric copies of objects.
  • Transformed Copy: Creates non-parametric copies of objects. It is intended for objects nested in containers.
  • Shape Element Copy: Creates non-parametric copies of subelements: vertices, edges and faces.
  • Refine Shape: Creates parametric copies with a refined shape from selected objects. It removes unnecessary edges from planar and cylindrical faces.
  • Set Tolerance: creates a parametric copy of selected objects with all contained tolerances set to at least a certain minimum value. introduced in 1.1
  • Persistent Section Cut: Creates persistent cuts of objects and assemblies.
  • Attachment: Attaches an object to one or more other objects.

Obsolete tools

  • Import CAD file...: Imports from *.IGES, *.STEP, or *.BREP files. Not available in 1.1 and above.
  • Export CAD file...: Exports to *.IGES, *.STEP, or *.BREP files. Not available in 1.1 and above.

Measure

The Std Measure tool replaces the tools listed below. introduced in 1.0

  • Measure Linear: Creates a linear measurement. Not available in 1.0 and above.
  • Measure Angular: Creates an angular measurement. Not available in 1.0 and above.
  • Measure Refresh: Updates all measurements. Not available in 1.0 and above.
  • Clear All and View Measure Clear All: Clears all measurements. Not available in 1.0 and above.
  • Toggle All and View Measure Toggle All: Shows or hides all measurements. Not available in 1.0 and above.
  • Toggle 3D: Shows or hides 3D measurements. Not available in 1.0 and above.
  • Toggle Delta: Shows or hides delta measurements. Not available in 1.0 and above.

Preferences

  • Preferences: Preferences for the Part Workbench.
  • Import Export Preferences: Preferences for importing from and exporting to different file formats.
  • Fine-tuning: Some extra parameters to fine-tune Part behavior.

Scripting

See Part scripting.

Tutorials

  • Import from STL or OBJ: How to import STL/OBJ files in FreeCAD
  • Export to STL or OBJ: How to export STL/OBJ files from FreeCAD
  • Whiffle Ball tutorial: How to use the Part Workbench


OpenSCAD 작업대
부품설계 작업대
Index

이 페이지에서 인용한 것은 https://wiki.freecad.org/Part_Workbench

연락하기!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

이 프로젝트는 이들에 의해 지원되었습니다: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub