Versions Compared

Key

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

...

Code Block
languagexml
themeEclipse
titleExtends
collapsetrue
<O N="TXS_RectangularPierColumn" T="Project" Extends="[Base_SubColumn,TXS_SubUnits,Base_SubFoundRef]" Category="Substructure Components" TransAlignRule="Right">

...

Code Block
languagexml
themeEclipse
titleBase_SubColumn Inputları
collapsetrue
<P N="sbcr" V="HPC" T="Base_SubColumnRef" Role="Input" Category="Location" />
<O T="ParamInfo" Min="1" Max="1" Required="1" Pick="1" Param="sbcr" />
<P N="LocY" V="30" Role="Input" Category="Location" UT="Length" UC="StructU" />
<P N="LocZ" V="-600" Role="Input" Category="Location" UT="Length" UC="DR_PropU1" />

...

Code Block
languagexml
themeEclipse
titleTXS_RectangularPierColumn Inputları
collapsetrue
<O N="Pier Geometry" T="Group">
	<P N="ColW" V="132" D="Width of pier" Role="Input" Category="Geometry" UT="Length" UC="PropU1" />
	<P N="ColT" V="80" D="Length of pier" Role="Input" Category="Geometry" UT="Length" UC="PropU1" />
</O>
<O N="Material" T="Group">
	<P N="PierMaterial" V="NULL" T="Material" D="Pier Material" Role="Input" Category="Material" />
</O>

...

Code Block
languagexml
themeEclipse
titleGeometry
collapsetrue
<O N="View 3D" T="Group" Alignment="ObjAlignment" X="CenterCoord[0]" Y="LocY" RZ="-sbcr.rot" Color="#979595" AlignH="Orient" AlignV="Warp" AlignT="Ignore">
        <O N="RectangularPier" T="Group">
            <O T="Volume">
                <O T="Surface">
                    <O T="Point" X="-ColW/2" Y="-ColT/2" Z="CenterCoord[2]" />
                    <O T="Point" X="-ColW/2" Y="-ColT/2" Z="LocZ" AlignT="Fixed" AlignV="Fixed" />
                    <O T="Point" X="-ColW/2" Y="ColT/2" Z="LocZ" AlignT="Fixed" AlignV="Fixed" />
                    <O T="Point" X="-ColW/2" Y="ColT/2" Z="CenterCoord[2]" />
                </O>
                <O T="Surface">
                    <O T="Point" X="ColW/2" Y="-ColT/2" Z="CenterCoord[2]" />
                    <O T="Point" X="ColW/2" Y="-ColT/2" Z="LocZ" AlignT="Fixed" AlignV="Fixed" />
                    <O T="Point" X="ColW/2" Y="ColT/2" Z="LocZ" AlignT="Fixed" AlignV="Fixed" />
                    <O T="Point" X="ColW/2" Y="ColT/2" Z="CenterCoord[2]" />
                </O>
            </O>
        </O>
    </O>

...

Code Block
themeEclipse
titleCenterCoord
collapsetrue
<P N="CenterCoord" V="onliney(toglobal(sbcr.ColumnRefline),LocY)" />

...

Code Block
languagexml
themeEclipse
titleExport
collapsetrue
<O T="Export">
	<O N="Reference_Lines" T="Group" Override="1">
		<O T="ActiveOnly" Alignment="ObjAlignment" X="CenterCoord[0]" Y="LocY" RZ="-sbcr.rot" Color="#979595" AlignH="Orient" AlignV="Ignore" AlignT="Ignore">
			<O N="FootingRefline" T="Volume">
				<O N="P1" T="Point" Z="LocZ" Y="ColT/2" X="0" AlignT="Fixed" AlignV="Fixed" />
				<O N="P2" T="Point" Z="LocZ" Y="-ColT/2" X="0" AlignT="Fixed" AlignV="Fixed" />
			</O>
		</O>
	</O>
</O>

...