PointGroupList

A list of point groups in a Geometry structure.

Constructor

new L3D.PointGroupList()

Properties

Is the list empty?

The number of groups in the list.

Methods

add(group)

Add a group to the list.

Parameters
group PointGroup

clear()

Remove all groups from the list.

copy(other)

Make this group a copy of [other].

Parameters
other PointGroupList

get(index)

Get a group from the list.

Parameters
index number

set(index, group)

Set a group in the list.

Parameters
index number
group PointGroup