Versions Compared

Key

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

sectionA(KesitinAdı)

Kompozit kesitlerde modulus çevrimi yaparak alan hesaplar.

sectionAg(KesitinAdı)

Kesitin gross alanını hesaplar.

sectionAy(KesitinAdı)

...

Kesitin Z eksenine göre atalet momentini hesaplar.

sectionRy(KesitinAdı)

Kesitin Y eksenine göre atalet yarıçapını hesaplar.

sectionRz(KesitinAdı)

Kesitin Z eksenine göre atalet yarıçapını hesaplar.

sectionCy(KesitinAdı)

Kesitin ağırlık merkezinin Y koordinatını hesaplar.

...

sectionWidth(KesitinAdı)

Kesitin genişliğini hesaplar. 

sectionPerimeter(KesitinAdı)

Kesitin çevre uzunluğunu hesaplar. 



Örnek:

Code Block
languagexml
themeEclipse
<P N="en" V="10" Role="Input" />
<P N="boy" V="20" Role="Input" />
<O T="Line">
     <O T="Point" X="0" Y="0" />
     <O T="Point" X="20" Y="0" />
     <O N="KesitDik" T="Section">
        <O T="Shape">
            <O T="Point" X="en/2" Y="-boy/2" />
            <O T="Point" X="en/2" Y="boy/2" />
            <O T="Point" X="-en/2" Y="boy/2" />
            <O T="Point" X="-en/2" Y="-boy/2" />
        </O>
    </O>
</O>
<O N="MekanikOz" T="Group">
    <P N="Ax" V="sectionA(KesitDik)" />
    <P N="Ay" V="sectionAy(KesitDik)" />
    <P N="Az" V="sectionAz(KesitDik)" />
    <P N="J" V="sectionJ(KesitDik)" />
    <P N="Iy" V="sectionIy(KesitDik)" />
    <P N="Iz" V="sectionIz(KesitDik)" />
    <P N="Cz" V="sectionCz(KesitDik)" />
    <P N="Cy" V="sectionCy(KesitDik)" />
    <P N="SDepth" V="sectionDepth(KesitDik)" />
    <P N="SWidth" V="sectionWidth(KesitDik)" />
</O>

...