Batch Import

Instructions for use

Support Model Data such as Batch Import .dwg, \.nwd, *.max as Model Dataest, and save it to Datasource under the source Model Dataest storage path.

The tool depends on the corresponding software and plug-in environment. See the operation guide for the configuration method.

Parameter Description

Parameter Name Parameter Description Parameter Type
Model Data: Enter Model Data to be imported. String
Bin Parameter File Enter the Bin Parameter File for Import Model data (*.JSON, *.XML). 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
Coordinate System Settings
(Optional)
Sets 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>