CustomGraphicsGroup.addGroup Method
Parent Object: CustomGraphicsGroupDefined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsGroup.h>
Description
Creates a new, empty CustomGraphicsGroup that is owned by this CustomGraphicsGroup.
Syntax
"customGraphicsGroup_var" is a variable referencing a CustomGraphicsGroup object.
|
Return Value
Type | Description |
CustomGraphicsGroup | Returns the new CustomGraphicsGroup object or null in the case of a failure. |