Translations:Feature list/5/ko

From FreeCAD Documentation
  • A full parametric model. All FreeCAD objects are natively parametric, meaning their shape can be based on properties or even depend on other objects. All changes are recalculated on demand, and recorded by an undo/redo stack. New object types can be added easily, and can even be fully programmed in Python.
  • A modular architecture that allows plugin extensions (modules) to add functionality to the core application. An extension can be as complex as a whole new application programmed in C++ or as simple as a Python script or self-recorded macro. You have complete access to almost any part of FreeCAD from the built-in Python interpreter, macros or external scripts, be it geometry creation and transformation, the 2D or 3D representation of that geometry (scenegraph) or even the FreeCAD interface.
  • Import/export to standard formats such as STEP, IGES, OBJ, STL, DXF, SVG, DAE, IFC or OFF, NASTRAN, VRML in addition to FreeCAD's native FCStd file format. The level of compatibility between FreeCAD and a given file format can vary, since it depends on the module that implements it.
  • 스케치 작업대에서는 통합된 제약 조건 해결 프로그램을 통해 형상 제약이 있는 2D 형상을 스케치할 수 있습니다. 스케치된 2D 형상은 FreeCAD 전체에서 다른 객체를 제작하기 위한 기반으로 사용될 수 있습니다.
  • 기술도면 작업대에서는 기존 3D 모델로부터 상세 보기, 단면 보기, 치수 측정 등의 옵션이 포함된 2D 기술 도면을 작성할 수 있습니다. 그런 다음 즉시 내보낼 수 있는 SVG 또는 PDF 파일을 생성합니다.