Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
Scene :: createGroup
Synopsis
Create a new group
GUI Dialog
Script function
scene.createGroup
(
name
[,
paths
[,
description
]]) ->
group
Parameters
name
(
String
) : Name of the group
paths
(
ScenePathList
)
[optional]
: Occurrences to be added to the new group
description
(
String
)
[optional]
: Description of the group
Return value
group
(
Group
) : The created group