Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

fdgzehraGroup objesi mantıksal olarak birbiri ile alakalı olan diğer objeleri, aynı amacı güden bir grup parametreleri birleştiren bir objedir.


Örnek:

Mesela hacimsel olarak yaratılan çeşitli objeleri Group objesi altında hacim isimli tek bir başlık altında toplayabilir, bütün hacimleri aynı anda öteleyebiliriz veya aynı güzergaha tek bir hamlede oturtabiliriz.

Code Block
languagexml
themeEclipse
title
<O N="HACİMOBJELERİ" T="Group" X="80" Alignment="Güzergah" AlignH="None" AlignT="None" AlignV="None">

    <O N="hacim1" T="Volume" >

    <P N="Color" V="#55aef9"  />

    <P N="Opacity" V="0.5" />

    <O T="Surface">

            <O T="Point" Z="0" Y="-5" />

            <O T="Point" Z="0" Y="5" />

            <O T="Point" Z="10" Y="5" />

            <O T="Point" Z="10" Y="-5" />

    </O>

    <O T="Surface" X="100">

            <O T="Point" Z="0" Y="-5" />

            <O T="Point" Z="0" Y="5" />

            <O T="Point" Z="10" Y="5" />

            <O T="Point" Z="10" Y="-5" />

    </O>

    <O N="hacim2" T="Volume">

        <O T="Surface" Z="0">

            <O T="Point" X="-width" Y="-width" />

            <O T="Point" X="width" Y="-width" />

            <O T="Point" X="width" Y="width" />

            <O T="Point" X="-width" Y="width" />

        </O>

        <O T="Surface" Z="2*width">

            <O T="Point" X="-width" Y="-width" />

            <O T="Point" X="width" Y="-width" />

            <O T="Point" X="width" Y="width" />

            <O T="Point" X="-width" Y="width" />

        </O>

    </O>

</O>