When importing a shape created with other CAD into FreeCAD, sometime it may not be imported in correct size. This is because the unit system (such as inch unit system or metric unit system) in the file is different from the unit system used in FreeCAD.
If the imported file is a DXF format file, you can automatically scale the shape during import to avoid this problem. For example, if the unit system in the DXF file is inch and the unit system used in FreeCAD is millimeter, the shape can be converted into millimeters. To enable this function, set following settings.
Select [Edit]-[Preferences...] menu to open を選択し、Preferences dialog.
In Preferences dialog, type "25.4" (because 1 inch = 25.4 mm) at "Scale factor to apply to imported files" on "DXF" tab of "Import-Export" panel.
Click
button to apply the settingsBy the settings, when importing a shape from a DXF file, the dimensions are automatically converted to 25.4 times and imported in millimeter units.