User Tools

Site Tools


DzScriptIndexList

Represents a sorted list of indices that is constructable from script.

More...

Inherits :

Constructors

Methods

DAZ Script
voidsetIndices ( Array list )

Detailed Description

Represents a sorted list of indices - such as a group of vertices, or faces - that is constructable from script.

Since:

  • 4.11.0.61

Constructors


DzScriptIndexList()

Default constructor.


DzScriptIndexList( Array list )

Creates an index list with the unique (integer) values in the array.

Parameter(s):

  • list - The list of integer values.

DzScriptIndexList( DzIndexList list )

Copy constructor.

Parameter(s):

  • list - The list to copy.

DzScriptIndexList( String name )

Creates an empty, named index list.

Parameter(s):

  • name - The name of the new index list.

Methods


void : setIndices( Array list )

Sets the indices in this list.

Parameter(s):

  • list - The list of indices to set.