Versions Compared

Key

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

sectionA(KesitinAdı)

Kesitin alanını hesaplar.

sectionAy(KesitinAdı)

Kesitin Y eksenine göre kesilme alanını hesaplar.

sectionAz(KesitinAdı)

Kesitin Z eksenine göre kesilme alanını hesaplar.

sectionJ(KesitinAdı)

Kesitin Polar atalet momentini hesaplar.

sectionIy(KesitinAdı)

Kesitin Y eksenine göre atalet momentini hesaplar.

sectionIz(KesitinAdı)

Kesitin Z eksenine göre atalet momentini hesaplar.

sectionCy(KesitinAdı)

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

sectionCz(KesitinAdı)

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

sectionDepth(KesitinAdı)

Kesitin derinligini hesaplar.

sectionWidth(KesitinAdı)

Kesitin genişliğini 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>

...