Adds any number of section cuts to the model.
Important things to note:
Number | Name | Object Type | Description | Optional |
---|---|---|---|---|
1 | Design Model | GenericDesignModel | The model to add section cuts to. | No |
2 | Section Cuts | List<SectionCut> | A list of section cuts to add. Can be a single item or multiple. | No |
Number | Name | Object Type | Description |
---|---|---|---|
1 | Design Model | GenericDesignModel | The model that section cuts were added to. Because this is a reference object, it does not need to be passed in to another component for the section cuts to be integrated. |