Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: draw.io diagram "Untitled Diagram-1674822797769.drawio" edited

...

Drawio
mVer2
zoom1
simple0
inComment0
pageId2155413517
custContentId2157248586
lbox1
diagramDisplayNameUntitled Diagram-1674822797769.drawio
contentVer12
revision12
baseUrlhttps://openbrim.atlassian.net/wiki
diagramNameUntitled Diagram-1674822797769.drawio
pCenter0
width594722
links
tbstyle
height7711021.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.

...