Versions Compared

Key

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

...

Code Block
languagexml
themeEclipse
titleKullanıcı ParametreleriInput Parameters
collapsetrue
<O N="GeometricParameters" T="Project">
    <P N="OverhangLeft" V="4000" D="Döşeme Sağ Taraf Çıkıntısı" Role="Input" Category="Geometri" UT="Length" UC="CM_KGF" />
    <P N="OverhangRight" V="4000" D="Döşeme Sol Taraf Çıkıntısı" Role="Input" Category="Geometri" UT="Length" UC="CM_KGF" />
    <P N="SlabThickness" V="250" D="Döşeme Yüksekliği" Role="Input" Category="Geometri" UT="Length" UC="CM_KGF" />
    <P N="girder" V="[Kiris3,Kiris1,Kiris2]" T="KBYS_OngerilmeliIKiris" D="Kiriş Listesi" Role="Input" Category="Geometri" />
    <O T="ParamInfo" Min="2" Max="100" Required="1" Param="girder" Pick="1" List="1" />
</O>
<O N="FEMParameters" T="Group">
    <P N="SlabMat" V="NULL" T="Material" D="Malzeme Özelliği" Role="Input" Category="FEM" />
    <P N="Beam_Mesh" V="10" D="Kirislerdeki Mesh Sayisi" Role="Input" Category="FEM" />
    <P N="runMesh" V="2" D="Sonlu Eleman Modeli[Olustur=1/Olusturma=2]" Role="Input" Category="FEM" />
</O>

...

Code Block
languagexml
themeEclipse
title3D GeometriGeometry
collapsetrue
<O N="Geometry" T="Project">
    <O N="Coordinates_Deck" T="Group">
        <O N="Surface_Points" T="Group">
            <O N="TopSurface" T="Group">
                <!-- Doseme ust yuzeyinin olusturulması -->
                <O N="Top" T="Repeat" S="0" E="length(StartBeamPTs)-2" I="1" CTRL="p" p="4">
                    <!-- Dosemenin baslangıc noktası -->
                    <P N="LeftMidPoint" V="onliner([StartBeamPTs[p],StartBeamPTs[p+1]],0.5)" />
                    <!-- Dosemenin bitis noktası -->
                    <P N="RightMidPoint" V="onliner([FinishBeamPTs[p],FinishBeamPTs[p+1]],0.5)" />
                </O>
            </O>
            <!-- Volume olustururken saat yonunde tanımlama yapılması icin Alt Yuzeydeki noktaların listesi ters cevirildi -->
            <P N="StartBottomPTs" V="reverse(sort(concat(map(Top,x.LeftMidPoint),[StList_over_L],[StList_over_R]),x[1]))" />
            <P N="FinishBottomPTs" V="reverse(sort(concat(map(Top,x.RightMidPoint),[FnshList_over_L],[FnshList_over_R]),x[1]))" />
        </O>
    </O>
    <O N="Slab" T="Volume" Alignment="SlabRoute" AlignH="Warp" AlignV="Warp" AlignT="Warp">
        <P N="Color" V="#109025" T="Text" />
        <P N="Opacity" V="0.3" />
        <O T="Surface">
            <O T="Repeat" S="0" E="length(StartSlabList)-1" I="1" CTRL="i" i="0">
                <O T="Point" X="StartSlabList[i][0]" Y="StartSlabList[i][1]" Z="StartSlabList[i][2]" AlignTB="0" />
            </O>
            <O T="Repeat" S="0" E="length(StartBottomPTs)-1" I="1" CTRL="k" k="0">
                <O T="Point" X="StartBottomPTs[k][0]" Y="StartBottomPTs[k][1]" Z="StartBottomPTs[k][2]+SlabThickness" />
            </O>
        </O>
        <O T="Surface">
            <O T="Repeat" S="0" E="length(FinishSlabList)-1" I="1" CTRL="i" i="0">
                <O T="Point" X="FinishSlabList[i][0]" Y="FinishSlabList[i][1]" Z="FinishSlabList[i][2]" AlignTB="0" />
            </O>
            <O T="Repeat" S="0" E="length(FinishBottomPTs)-1" I="1" CTRL="p" p="0">
                <O T="Point" X="FinishBottomPTs[p][0]" Y="FinishBottomPTs[p][1]" Z="FinishBottomPTs[p][2]+SlabThickness" />
            </O>
        </O>
    </O>
</O>

...