Batch Import
Instructions for Use
Support for batch importing model data such as .dwg, \.nwd, *.max as Model Dataest, and saving them to Datasource under the source Model Dataest storage path.
This tool depends on the corresponding software and plug-in environment. See Operation Guide for the configuration method.
Parameter Description
Parameter Name | Parameter Description | Parameter Type |
---|---|---|
Model Data: | Enter Model Data to be imported. | String |
Inbound Parameter File: | Enter the Inbound Parameter File (*.JSON, *.XML) for Import Model data. | String |
Overwrites and Modifies the inbound Parameter File (Optional) |
Controls whether to modify the inbound parameter and overwrite the corresponding parameter value in the inbound Parameter File with the modified value. | Boolean |
Insertion Point X (Optional) |
Enter the X coordinate value, along with Y and Z, to determine the data georeferencing origin. The geographic reference origin is used to determine the GCS (Projected Coordinate System or Geographic Coordinate System) of an item's base point in the data. | Double |
Insertion Point Y (Optional) |
Enter the Y coordinate value, along with X and Z, to determine the geographic origin of the data. | Double |
Insertion Point Z (Optional) |
Enter the Z coordinate value, along with X and Y, to determine the geographic origin of the data. | Double |
Source File Projected Coordinate (Optional) |
Set the Target Coordinate System for Result Data. See the setting Projected Coordinate System for the specific operation steps. | PrjCoordSys |
Output Result
Parameter Name | Parameter Description | Parameter Type |
---|---|---|
Storage path of inbound udbx folder | Storage path of inbound udbx folder | String |
Inbound Parameter File
Warehousing Parameter File needs to include parameter information such as software name and version, Projected Coordinate System, and insertion point coordinates.
- asset: Software name and version number. Currently supported software includes Civil3D, 3ds Max, and Navisworks.
- CRS: Coordinate system for Export Data.
- position: The insertion point when exporting.
- XYZ: The coordinate value of the insertion point. If the coordinate is a plane, the unit is meter; if the coordinate is a sphere, the unit is degree.
Taking JSON format as an example, the warehousing Parameter File is as follows:
<b>
"asset": "Civil3D 2018",
"crs": 4326,
"position": <b>
"x": 140,
"y": 35,
"z": 0
</b>
</b>