Represents a sorted list of indices that is constructable from script.
Inherits :
DAZ Script |
---|
DzScriptIndexList () |
DzScriptIndexList ( Array list ) |
DzScriptIndexList ( DzIndexList list ) |
DzScriptIndexList ( String name ) |
DAZ Script | |
---|---|
void | setIndices ( Array list ) |
Represents a sorted list of indices - such as a group of vertices, or faces - that is constructable from script.
Since:
Default constructor.
DzScriptIndexList( Array list )
Creates an index list with the unique (integer) values in the array.
Parameter(s):
DzScriptIndexList( DzIndexList list )
Copy constructor.
Parameter(s):
DzScriptIndexList( String name )
Creates an empty, named index list.
Parameter(s):
void : setIndices( Array list )
Sets the indices in this list.
Parameter(s):