Private
The object for which the data will be collected and utilized (the object collects the data into). ```xml
<O N="Private_Object1" T="Project" Category="Core Objects">
<!-- created by ParamML Examples on 27.01.2023 -->
<P N="width" V="20" Role="Input" />
<P N="RefObj" V="E_O.midpt" D="Reference Object" />
<O T="Volume" X="RefObj[0]" Y="RefObj[1]" Z="RefObj[2]">
<O T="Surface">
<O T="Point" X="-width/2" Y="-width/2" />
<O T="Point" X="width/2" Y="-width/2" />
<O T="Point" X="width/2" Y="width/2" />
<O T="Point" X="-width/2" Y="width/2" />
</O>
<O T="Surface" Z="width">
<O T="Point" X="-width/2" Y="-width/2" />
<O T="Point" X="width/2" Y="-width/2" />
<O T="Point" X="width/2" Y="width/2" />
<O T="Point" X="-width/2" Y="width/2" />
</O>
</O>
<O T="Private">
<O N="E_O" T="Export_Object1">
<P N="length" V="50" />
<P N="width" V="100" />
<P N="depth" V="150" />
<P N="Topelevation" V="depth" />
<P N="ElevationDif" V="Topelevation+25" />
<P N="midpt" V="onliner(refline,0.5)" />
<O N="refline" T="Line" Exported="1">
<O N="R1" T="Point" X="0" Y="0" Z="Topelevation" />
<O N="R2" T="Point" X="length" Y="width" Z="Topelevation" />
</O>
</O>
</O>
</O>Last updated



