Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
Scene :: createOccurrences
Synopsis
Create one new occurrence under each given parent
GUI Dialog
Script function
scene.createOccurrences
(
name
[,
parents
]) ->
occurrences
Parameters
name
(
String
) : Name of the new occurrence
parents
(
OccurrenceList
)
[optional]
: Create the occurrences as a child of each parent. If empty, one occurrence will be created with root as parent
Return value
occurrences
(
OccurrenceList
) : Created occurrences