geomerative index |
|
Name | elements ( ) |
Examples | None available |
Description | Array of RGeomElem objects holding the elements of the group. When accessing theses elements we must cast them to their class in order to get all the functionalities of each representation. e.g. RShape s = group.elements[i].toShape() If the element cannot be converted to the target class it will throw a RuntimeException, to ignore these, use try-catch syntax. |
Syntax | elements; |
Usage | Web & Application |
Related | RShape RPolygon RMesh countElements ( ) addElement ( ) removeElement ( ) |