Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

ActiveOnly objesi Group objesi gibi sadece OpenBrim kütüphanesinde kullanılır. Yalnızca obje tanımı etkinse veya OpenBrIM App uygulamasında bir yapıda seçiliyse görünebilen objeleri içerir. Uyguluma içerisinde objeye Shift ile birlikte tıklanıldığı zaman görünür.


Örnek:

Mesela bir objede DimensionLine objesini sadece seçildiğinde aktif hale getirmek için şöyle kullanılır.

<O T="ActiveOnly">
    <O T="DimensionLine" FontSize="2.5" ArrowSize="1.7">
        <O T="Point" Z="0" Y="L/2" X="-W/2" />
        <O T="Point" Z="H" Y="L/2" X="-W/2" />
        <O T="Point" Z="H/2" Y="W/3 + L/2" X="-W/2" />
    </O>
    <O T="DimensionLine" FontSize="2.5" ArrowSize="1.7">
        <O T="Point" Z="H" Y="L/2" X="-W/2" />
        <O T="Point" Z="H" Y="L/2" X="W/2" />
        <O T="Point" Z="H" Y="W/3 + L/2" X="W/4" />
    </O>
    <O T="DimensionLine" FontSize="2.5" ArrowSize="1.7">
        <O T="Point" Z="H" Y="L/2" X="W/2" />
        <O T="Point" Z="H" Y="-L/2" X="W/2" />
        <O T="Point" Z="H" Y="L/4" X="W/3 + W/2" />
    </O>
</O>


 

  • No labels