Import SKP
Usage Instructions
Supports importing *.skp 3D model files as model datasets and saving them to a specified data source. Currently, the compatibility of the SKP import function is as follows:
- Format version compatibility: SketchUp 2021 and below
Parameter Descriptions
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| File Path | Input the SKP data (*.skp) 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, Override, and Append. | ImportMode |
| Decompose into Multiple Model Objects (Optional) |
Set whether to decompose the data into multiple model objects. | Boolean |
| Coordinate System Settings (Optional) |
Set the target coordinate system information for the resulting 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 | Resulting model dataset | DatasetVector |