License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
on
2015-08-04
12:12 AM
- edited on
2022-11-11
04:45 PM
by
Giovana Benvenuto
When opening a DXF/DWG file, you must define a scale at which you would like to see the correct ratios of elements drawn in AutoCAD. This particularly applies to arrowheads, symbol line types and symbol fills. Set Scale Factor for converting texts and arrowheads: Choose one of the three options:
These are options in the DXF/DWG Translation Setup dialog box.
If you process 3D data, the Binary 3D form is recommended: it is much quicker if the script doesn‘t have to be recompiled every time you generate the 3D view. The OpenObject command is the only way to get all the 3D data stored in a DXF/DWG file!
Check this box and save it as part of the Translator to filter, by layer, the elements of the DWG file to be opened/merged or XREF’d in Archicad. In this case, when you use File > Open or Merge on a DWG/DXF file, or when you Attach an XREF file, the DWG/DXF Partial Open dialog box appears, listing the source file’s layer set and the layers’ status. Uncheck the layers which you do not wish to include in the Archicad project.
Check this box to convert the listed items into GDL objects upon opening the file in Archicad.
The following options are available only when saving Floor Plans:
This group of settings contains options for Font conversion, spline convert, and the opportunity for purging unused Attributes.
If a template file has been specified in the Save Options, all attributes from the template file will be saved as part of the DWG project, regardless of whether they are used or not, if this option is not checked. Use this option to purge the unused attributes from the template file.
Custom Functions contains add-ons for both Open (Open Extras) and Save (Save Extras) operations. Several functions are loaded by default; you need only turn them on or off using the checkboxes. Archicad labels leaders
As you open the exported dwg file in AutoCAD, an alert message appears. With the Continue Opening DWG file you can open the project. Read more: AutoCAD alert with DWG written by Archicad
Check these articles if you would like to learn more about DXF-DWG Import/Export:
Importing DXF/DWG files into ARCHICAD - Graphisoft Community
DXF-DWG Translator - Graphisoft Community
Tips to Import DWG Files as Trace Reference - Graphisoft Community
How to Create a Custom DXF-DWG Translator - Graphisoft Community
Something that I am having a problem with is that almost all Archicad objects are reverting back to the default configuration when the file is translated into a .dwg.
For example, a shower pan configured to 3'x5' will be a block 3'x3' in the .dwg, or a Wood I-Joist 25 I have stretched to 20' will revert to 10' in the .dwg.
Am I supposed to explode everything before saving or publishing as .dwg ?
I have not tried this, but in another thread someone mentioned that the below checkbox in the DWG Translation Dialog controls this:
thanks
How can users create Custom Functions as add-ons to add to the functionality? Is this something we request our local reseller to write for us?
Can you elaborate a bit more on what you mean?
You want to write an Add-On to extend the functionality of the DWG/DXF Add-On?
According to the help files "Custom Functions contains add-ons for both Open (Open Extras) and Save (Save Extras) operations."
Who writes these add-ons? How can we write add-ons?
There are wishes from the users to extend the layer output controls for DWG exports. Seeing as Graphisoft haven't done anything about those requests, I'm trying to figure out if we can write an add-on for the DWG Translator Custom Functions that can do it for us.
We have a client information requirement that DWG files should have layers that start with a consultant code. Rather than change our template layers I want to have a custom function that appends the code to the layer names on export to DWG. I don't want to have to map every layer.
Since these custom functions are listed in the DXF-DWG Translation Setup Dialog, and since the Add-Ons folder contains a single "DXF-DWG In-Out.apx" file (the Add-On file), I suppose these functions are an integral part of the "DXF-DWG In-Out" Add-On and Graphisoft programs them.
All I can suggest is you make wishes for these functionalities on this forum, which we can then forward to Graphisoft HQ for consideration.
In the "\Add-Ons\Import-Export" folder there are a series of Application extensions that match the Custom Function names. There is also a refresh button in the DWG Translator dialog that allows you to reload these functions.
Their very nature as "Custom Functions" suggests some ability to customise them.
I'm asking about the ability for users to create these as the functionality we want has been asked for before and Graphisoft haven't listened. If there is an ability to do it ourselves, I just want some direction as to how to write the add-on.
You are right, it seems like those custom functions are located in separate DLL files (CommonBlock.dll, CorrectTextPos.dll, etc.). However, since they are included with the Archicad installation, I still assume they are written by Graphisoft.
Is it possible to create such custom functions using the API? I don't know. You should either ask such questions in the Developer forum, or register at https://archicadapi.graphisoft.com/ and check it in the developer API documentation.
I am sorry I can not be of more help, I am not a programmer.