3D Geometric Objects
Basic Geometric Core Objects:
<O N="3DGeometric_Objects1" T="Project" Category="3D Geometric Objects">
<!-- created by ParamML Examples on 30.01.2023 -->
<!-- Point -->
<O N="station" T="Point" X="10" Y="15" Z="20" />...
<!-- Line -->
<O N="beam" T="Line" X="firstpoint.X" Y="firstpoint.Y" Z="firstpoint.Z">
<O T="Point" X="0" Y="0" Z="0" />
<O T="Point" X="10" Y="0" Z="0" />
</O>
</O>Last updated





