Versions Compared

Key

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

...

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

Example: Group object with User “Input” parameter.

Code Block
<O N="Group Example 2" T="Project" Category="Core Objects">
    <!-- created by ParamML Examples on 26.01.2023 -->
    <O N="Group Example 1" T="Project" Category="Core Objects">
        <!-- created by ParamML Examples on 26.01.2023 -->
        <O N="Inputs" T="Group">
            <P N="height" V="20" Role="Input" Category="Inputs" />
            <P N="width" V="1" Role="Input" Category="Inputs" />
            <P N="depth" V="2" Role="Input" Category="Inputs" />
        </O>
        <O N="Column3D" T="Surface">
            <P N="Thickness" V="height" />
            <O T="Point" X="0" Y="0" Z="0" />
            <O T="Point" X="width" Y="0" Z="0" />
            <O T="Point" X="width" Y="depth" Z="0" />
            <O T="Point" X="0" Y="depth" Z="0" />
        </O>
    </O>
</O>

Image Added

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