FreeCAD ve DXF içe aktarma

From FreeCAD Documentation
Revision as of 19:28, 7 January 2019 by Skywalker21 (talk | contribs) (Created page with "== Nasıl kurulur == Draft-dxf-importer uygulamasını kurmak için: # [Https://github.com/yorikvanhavre/Draft-dxf-importer Yorik'in Github hesabına] gidin ve bu dosyaları i...")

Yasal Uyarı

DXF Dosyalarını içe aktarabilmek için birkaç dosyayı manuel olarak yüklemeniz gerekir. Neden derseniz? Bu kütüphaneler, FreeCAD'den başka bir lisansla yayınlanmaktadır, dolayısıyla FreeCAD geliştiricileri, FreeCAD-Uygulaması ile birlikte sunmayacaktır.

Nasıl kurulur

Draft-dxf-importer uygulamasını kurmak için:

  1. Yorik'in Github hesabına gidin ve bu dosyaları indirin (sağ tarafta "ZIP olarak indir" seçeneğini seçebilirsiniz).
  2. Dosyaları makro klasörünüze yerleştirin.
  • Ubuntu'da bu normal

  /home/your_user_name/.FreeCAD Dizin gizlidir. Görünür hale getirmek için gizliliğini kaldırmanız gerekebilir.

  • Windows'ta, (standart) makro dizininiz

  C:\Users\kullanıcı_adınız\AppData\Roaming\FreeCAD

If you are unsure of where your macro-directory is,

  1. open FreeCAD and go to "Edit → Preferences",
  2. select "General" in the left column and select category "Macro" on the top right corner of the preferences-window. There sould be a field named "Macro Path".

Tutorial: Dxf Importer Install

Setting Options

You can set several import options for DWG/DXF. Depending on your version you have to use a different method.

  • FreeCAD 0.14 and older
  1. Open FreeCAD.
  2. Switch to the Draft Workbench. (Otherwise you won't see the options)
  3. Go to "Edit → Preferences" and select "Draft" in the left column.
  4. Select "DXF / DWG-Options" in the top right corner of the preferences-window.
  • FreeCAD 0.15 and above
  1. Open FreeCAD.
  2. Switch to the Draft Workbench. (Otherwise you won't see the options)
  3. Go to "Edit → Preferences".
  4. Now you shoould see an icon labeled "Import-Export" in the left column. Select that.

Tips and Tricks

Sometimes DXF Files don't seem to import although they open up in 2D-DXF-CAD-Programs without problems.
You can try:

  1. Go to Edit → Preferences → Import/Export → DXF/DWG and untick the option "join geometry" and try again.
  2. Remember that maybe now you won't have coincident end-of-line-points. You will have to make them coincident yourself.
  3. You can do this with the command "Close Shape" in the sketcher workbench (needs version 0.15) or you can apply the constraints manually

You can also try:

  1. Go to Edit → Preferences → Draf → General and adjust the value of "Tolerance" (default: 0,05)
  2. Try again

Good luck on importing.