<< >> Up Title  

Group of objects

group describes a group of objects. The syntax is:
 

    { object
        name groupname;
        model { group
            { object
                ...
            }

            { object
                ...
            }
            ...
        }
    }

The object in the group can be anyone, also other groups. group is a metaobject.

 What can you do with this ?

 1) you can group more objects in a logical way ( for example, an computer is a complex object, a group of monitor, keyword, desktop and so on ).

 2) you can translate or rotate or scale a group of objects only with a transf section.
 


<< >> Up Title