FreeCAD and DXF Import/tr: Difference between revisions

From FreeCAD Documentation
(Created page with "Makro dizininizin nerede olduğundan emin değilseniz, # FreeCAD'i açın ve "Düzenle → Seçenekler" e gidin, # Sol sütunda "Genel" i seçin ve Seçenekler penceresinin sa...")
(Created page with "Kılavuz: Dxf Importer kurulumu")
Line 17: Line 17:
# Sol sütunda "Genel" i seçin ve Seçenekler penceresinin sağ üst köşesinde "Makro" kategorisini seçin. "Makro Yolu" adlı bir alan olmalı.
# Sol sütunda "Genel" i seçin ve Seçenekler penceresinin sağ üst köşesinde "Makro" kategorisini seçin. "Makro Yolu" adlı bir alan olmalı.


Tutorial: [[Dxf_Importer_Install|Dxf Importer Install]]
Kılavuz: [[Dxf_Importer_Install/tr|Dxf Importer kurulumu]]


== Setting Options ==
== Setting Options ==

Revision as of 19:30, 7 January 2019

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

Makro dizininizin nerede olduğundan emin değilseniz,

  1. FreeCAD'i açın ve "Düzenle → Seçenekler" e gidin,
  2. Sol sütunda "Genel" i seçin ve Seçenekler penceresinin sağ üst köşesinde "Makro" kategorisini seçin. "Makro Yolu" adlı bir alan olmalı.

Kılavuz: Dxf Importer kurulumu

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.