Import DAE

Usage Instructions

Supports importing *.dae 3D model files as model datasets and saving them to a specified data source. Currently, the compatibility of this tool is as follows:

  • Format Version Compatibility: Fully Supported

Parameter Descriptions

Parameter Name Parameter Description Parameter Type
File Path Input the DAE data (*.dae) to be imported. String
Target Data Source:
(Optional)
Select the data source to store the result model dataset.
If both the target data source and data source connection information are set, only the target data source is valid. Please set it as needed.
Datasource
Data Source Connection Information
(Optional)
Select or create a data source at the specified path to store the result model dataset.
When selecting an existing data source, a prompt "File already exists, do you want to append?" will appear.
If both the target data source and data source connection information are set, only the target data source is valid. Please set it as needed. Using the data source connection method will execute the data import task in a child process.
Note: The same connection information cannot be used for multiple imports.
String
Dataset Name Set the name of the result 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
Texture Compression Format:
(Optional)
Set the texture compression format of the result data, including JPG_PNG and DXT.
  • JPG_PNG is supported in versions 12.0.0.0 and above. Using this format will greatly improve model import speed;
  • DXT is supported in all current versions.
ModelTextureCompressType
X/Longitude
(Optional)
Input the X coordinate or longitude value, which together with Y/Latitude and Z/Altitude determine the model's geographic reference origin.
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)
Input the Y coordinate or latitude value of the geographic reference origin. Double
Z/Altitude
(Optional)
Input the Z coordinate or altitude value of the geographic reference origin. Double
Decompose into Multiple Model Objects
(Optional)
Set whether to decompose the data into multiple model objects. Boolean
Ignore Material Set whether to ignore the material. Unchecked by default.
When Ignore Material is enabled, the source data will be imported as a white model, and operations such as merging child objects and removing duplicate points will be performed to close closable models.
Boolean
Ignore Material Color
(Optional)
When both the model material and color exist, set whether to ignore the material color. Boolean
Coordinate System Settings
(Optional)
Set the target coordinate system information for the result data. It can be specified by 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 model dataset DatasetVector