Versions Compared

Key

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

...

Code Block
languagexml
<O N="VolumeObject5" T="Project" Category="3D Geometric Objects" TransAlignRule="Right">
    <!-- created by ParamML Examples on 01.02.2023 -->
    <P N="width" V="30" />
    <O N="TSurface1" 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 N="Column3D" T="Volume">
        <P N="step" V="30" />
        <P N="ang1" V="10" />
        <O T="Repeat" S="0" E="10" I="1" CTRL="index" index="0">
            <O N="Slice" T="Surface" Extends="TSurface1" Z="step*index" RZ="ang1*PI/180*index" />
        </O>
    </O>
</O>

To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&obj=objidy57xcqq7vucrpvtj8ujxt)

...