Skip to main content

IProjectUnitManager.SplitModelUnits(IEnumerable<IModel>) Method

Namespace: NextDesign.Core

Description

Splits all specified models into unit files.
The file names of the split unit files are automatically determined using the model name and are unique.

Arguments

NameTypeDescription
modelsIEnumerable<IModel>Enumeration of models

Return value

  • void

Exceptions

NameException classDescription
Invalid argumentExtensionArgumentExceptionInvalid parameter specified
- Specified model contains root element
- Specified model contains element that has already been split into unit
Invalid operationExtensionInvalidOperationExceptionInvalid operation request
- Latest model file not loaded
- No permission to edit project

Annotation

When splitting the specified model enumeration, the unit file will be split in the same save format as the original model.
If you want to split in another save format, change the save format of the current project.
Also, if you call it while comparing file-by-file differences, there may be a discrepancy between the results of the comparison and the results of the comparison, so you will need to perform the comparison again.