The API provides the following collection classes based on the items they contain:
Table 50: Geometry Collection Classes
|
Class/Type |
Corresponding Collection Classes |
Corresponding Iterators |
|
Edge |
EdgeArray, EdgeArrayArray |
EdgeArrayIterator, EdgeArrayArrayIterator |
|
Face |
FaceArray |
FaceArrayIterator |
|
GeometryObject |
GeometryObjectArray |
GeometryObjectArrayIterator |
|
Instance |
InstanceArray |
InstanceArrayIterator |
|
Mesh |
MeshArray |
MeshArrayIterator |
|
Reference |
ReferenceArray |
ReferenceArrayIterator |
|
Solid |
SolidArray |
SolidArrayIterator |
|
Double value |
DoubleArray |
DoubleArrayIterator |
All of these classes use very similar methods and properties to do similar work. For more details, refer to Collections.