Class pfcOutline3D
Description
A 2x1 array that stores a three-dimensional outline.
Array provides methods for accessing its elemnts by index(indices) and for modifying its elements. Array object "does not know" its dimentions.
User Guide References:
Array Dimensions: [2]
Method Summary
| |
| |
| |
| Accesses an item by its index in the sequence. |
void | |
| |
| |
| Assigns an item to the designated index in the sequence. |
Method Detail
Accesses an item by its index in the sequence.
Assigns an item to the designated index in the sequence.