Model Split
Usage Instructions
This tool supports splitting a model object into multiple sub-objects, and allows the resulting model sub-objects to be saved as selectable model objects.
Parameter Descriptions
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Model Dataset: | Select the source model dataset | DatasetVector |
| Triangulation Threshold (Optional) |
When the number of triangles in the model object exceeds the set threshold, splitting will be performed; otherwise, no splitting will occur. The default value is 10000, meaning splitting will occur when the number of triangle faces exceeds 10000. | Integer |
| Threshold (Meters): (Optional) |
Set the splitting threshold in meters. When the distance between model sub-objects is less than the given threshold, splitting will not be performed. | Double |
| Save Sub-Objects as Single Objects after Splitting (Optional) |
Set whether to save the sub-objects obtained from model splitting as individual selectable model objects. Default is unchecked. When checked, the resulting sub-objects will be saved as separate rows in the result model dataset. | Boolean |
| Target Datasource | Set the datasource for storing the result model dataset. | Datasource |
| Result Dataset Name | Set the name of the result model dataset. | String |
Output Results
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Model Split | The result model dataset obtained from the splitting operation | DatasetVector |