A class for creating multiple instances of another node.
Inherits :
DAZ Script |
---|
DzInstanceGroupNode () |
DAZ Script | |
---|---|
void | beginItemEdit () |
void | clearItems () |
DzInstanceGroupItem | createItem () |
Number | findIndexForItem ( DzInstanceGroupItem item ) |
void | finishItemEdit () |
DzInstanceGroupItem | getGroupItem ( Number index ) |
Number | getNumberOfGroupItems () |
Boolean | isEditingItems () |
void | removeItem ( Number index ) |
This class can be used to create a multiple instances of another DzNode (subclass) that also has a DzOobject. These instances are drawn the same as the target node except for transforms.
void : beginItemEdit()
Begin edit of this node.
Attention:
See Also:
void : clearItems()
Return Value:
DzInstanceGroupItem : createItem()
Return Value:
Number : findIndexForItem( DzInstanceGroupItem item )
Parameter(s):
Return Value:
void : finishItemEdit()
Finish edit of this node.
See Also:
DzInstanceGroupItem : getGroupItem( Number index )
Parameter(s):
Return Value:
Number : getNumberOfGroupItems()
Return Value:
Return Value:
void : removeItem( Number index )
Parameter(s):
Return Value: