Versions Compared

Key

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

...

It's important to note that the objects are independent of one another, meaning that the output of one does not affect the functioning of the other.

The operating of two separate Objects created in the Library in the OpenBrIM App:

Drawio
mVer2
zoom1
simple0
inComment0
pageId2155413517
custContentId2157248586
lbox1
diagramDisplayNameUntitled Diagram-1674822797769.drawio
contentVer1
revision1
baseUrlhttps://openbrim.atlassian.net/wiki
diagramNameUntitled Diagram-1674822797769.drawio
pCenter0
width594
links
tbstyle
height771.5

Example:

Code Block
languagexml
   ...
   ...
    <O T="Export">
        <O N="Parameters" T="Group">
            <P N="Topelevation" V="depth" />
            <P N="ElevationDif" V="Topelevation+25" />
        </O>
        <O N="refline" T="Line" D="Reference Line">
            <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>

When the values of the object to be exported in the Library are written in the "Export" object, it appears in the Source Code in the App, except for the Role="Input" parameters.

...