Import DXF
Usage Instructions
Supports importing *.dxf 3D model files as model datasets and saving them to a specified datasource. Currently, the compatibility of this tool is as follows:
- Format version compatibility: AutoCAD 2024 and below
Parameter Descriptions
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| File Path | Input the DXF data (*.dxf) to be imported. | String |
| Target Datasource | Select the datasource to store the resulting model dataset. | Datasource |
| Dataset Name | Set the name of the resulting model dataset. | String |
| Import Mode (Optional) |
Set the data import mode when a dataset with the same name exists, including None, Force Overwrite, and Append. | ImportMode |
| X/Longitude (Optional) |
Enter the X coordinate or longitude value, together with Y/Latitude and Z/Height to determine the geographic reference origin of the model. The geographic reference origin is used to determine the geographic coordinates (projected coordinate system or geographic coordinate system) of the project base point in the data. |
Double |
| Y/Latitude (Optional) |
Enter the Y coordinate or latitude value of the geographic reference origin. | Double |
| Z/Height (Optional) |
Enter the Z coordinate or height value of the geographic reference origin. | Double |
| Decompose into Multiple Model Objects | Set whether to decompose the data into multiple model objects. | Boolean |
| Coordinate System Settings (Optional) |
Set the target coordinate system information of the result data. It can be specified through the output of Build Coordinate System. iDesktopX can refer to Setting Projected Coordinate System. | PrjCoordSys |
Output Results
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Result Dataset | Result dataset | DatasetVector |