DimensionLine Objesi

3D objelerin üzerinde boyutları göstermeye yarar. FontSize parametresi yazı boyutunu, ArrowSize parametresi ok boyutunu belirtir. Obje içerisine üç adet nokta tanımlanır. İlk iki nokta ölçülecek olan mesafenin başlangıç ve bitiş noktalarını belirtir. Üçüncü nokta ise boyutların yazılı olduğu metnin orta tepe noktasını belirtir.

Örnek:

<O N="Input" T="Group">
       <P N="W" V="10" D="column width" Role="Input"  />
       <P N="L" V="20" D="column length" Role="Input"  />
       <P N="H" V="60" D="column height" Role="Input"  />
</O>
<O N="Column" T="Surface">
       <P N="Thickness" V="H" />
       <O T="Point" X="-W/2" Y="-L/2" />
       <O T="Point" X="W/2" Y="-L/2" />
       <O T="Point" X="W/2" Y="L/2" />
       <O T="Point" X="-W/2" Y="L/2" />
</O>
<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>