addPartList()
Add several parts to the score at once.
Parameters
Once an object score has been created, you can use the following function:
score.addPartList(partList)
| Parameter | Type | Default | Description |
|---|---|---|---|
partList |
list[Part] |
required | The parts to add. |