Translations:Feature list/5/ko
Appearance
복잡한 형상 타입에 대해 고급 3D 연산을 수행할 수 있는 [[1](https://en.wikipedia.org/wiki/Open_CASCADE) Open CASCADE Technology] 기반의 완전한 기하 커널(geometry kernel). [[2](https://en.wikipedia.org/wiki/Boundary_representation) Boundary Representation] (BREP), [[3](https://en.wikipedia.org/wiki/Non-uniform_rational_B-spline) Non-uniform rational basis spline] (NURBS) 곡선 및 곡면, 다양한 기하 요소, 불리언 연산 및 [[4](https://en.wikipedia.org/wiki/Fillet_%28mechanics%29) fillets], 그리고 [[5](https://en.wikipedia.org/wiki/ISO_10303) STEP] 및 [[6](https://en.wikipedia.org/wiki/IGES) IGES] 형식에 대한 기본 지원을 포함합니다.
완전한 파라메트릭 모델(parametric model). FreeCAD의 모든 객체는 기본적으로 파라메트릭이며, 속성이나 다른 객체에 의존하여 형상이 정의될 수 있습니다. 모든 변경 사항은 필요 시 재계산되며, undo/redo 스택에 기록됩니다. 새로운 객체 유형은 쉽게 추가할 수 있고, Python으로 완전히 프로그래밍할 수도 있습니다.
플러그인 확장을 통해 핵심 애플리케이션에 기능을 추가할 수 있는 모듈식 아키텍처(modular architecture). 확장은 C++로 작성된 새로운 애플리케이션처럼 복잡할 수도 있고, Python 스크립트나 자체 녹화한 매크로처럼 간단할 수도 있습니다. 내장된 Python 인터프리터, 매크로 또는 외부 스크립트를 통해 형상 생성 및 변형, 형상의 2D 또는 3D 표현(scenegraph), FreeCAD 인터페이스 등 FreeCAD의 거의 모든 부분에 완전히 접근할 수 있습니다.
[[7](https://en.wikipedia.org/wiki/ISO_10303) STEP], [[8](https://en.wikipedia.org/wiki/IGES) IGES], [[9](https://en.wikipedia.org/wiki/Obj) OBJ], [[10](https://en.wikipedia.org/wiki/STL_%28file_format%29) STL], [[11](https://en.wikipedia.org/wiki/Dxf) DXF], [[12](https://en.wikipedia.org/wiki/Svg) SVG], [[13](https://en.wikipedia.org/wiki/COLLADA) DAE], [[14](https://en.wikipedia.org/wiki/Industry_Foundation_Classes) IFC], [[15](http://people.sc.fsu.edu/~jburkardt/data/off/off.html) OFF], [[16](https://en.wikipedia.org/wiki/NASTRAN) NASTRAN], [[17](https://en.wikipedia.org/wiki/VRML) VRML] 등의 표준 형식(standard formats)을 가져오고 내보낼 수 있으며, FreeCAD 고유의 FCStd 파일 형식도 지원합니다. 특정 파일 형식과 FreeCAD 간의 호환성은 해당 기능을 구현한 워크벤치에 따라 달라질 수 있습니다.
통합 제약 조건 솔버를 포함한 Sketcher를 통해, 기하 제약 조건이 적용된 2D 형상을 스케치할 수 있습니다. Sketcher로 작성된 제약된 2D 형상은 FreeCAD 전반에서 다른 객체를 생성하는 기반으로 사용될 수 있습니다.
세부 뷰, 단면도, 치수 기입 등 다양한 옵션을 갖춘 기술 도면 워크벤치(technical drawing workbench)를 통해 기존 3D 모델의 2D 뷰를 생성할 수 있습니다. 이 워크벤치는 SVG 또는 PDF 형식으로 바로 내보낼 수 있는 결과물을 생성합니다.
[[18](https://en.wikipedia.org/wiki/Building_Information_Modeling) Building Information Modeling] (BIM) 스타일의 워크플로우를 제공하며, [[19](https://en.wikipedia.org/wiki/Industry_Foundation_Classes) Industry Foundation Classes] (IFC) 호환성을 갖춘 BIM Workbench.
[[20](https://en.wikipedia.org/wiki/Computer-aided_manufacturing) Computer Aided Manufacturing] (CAM)을 위한 기계 가공에 특화된 CAM Workbench. 이 워크벤치를 사용하면 대상 기계를 제어하는 데 사용되는 [[21](https://en.wikipedia.org/wiki/G-code) G code]를 출력, 시각화 및 조정할 수 있습니다.
수식 기반 모델링을 구동하고, 모델 데이터를 중앙에서 관리할 수 있는 통합 스프레드시트(Integrated Spreadsheet) 및 수식 파서(expression parser)를 제공합니다.