...
| |||||
Header Size: The size of the header is determined by the number of hash symbols (#) used. One hash symbol (#) is used for the largest heading, while six hash symbols (######) are used for the smallest heading. The more hash symbols used, the smaller the header size will be.
...
Label | Mandatory | Name Attribute | Value Attribute | Type Attribute | |
---|---|---|---|---|---|
1 | Obj3D | Yes | N="Obj3D" | Name of 3D object or group. Example: V="Pier" | Type of 3D object (Surface, Circle, Volume, Line) or group. Example: T="Volume"; T="Group" |
4)DocCADD Object:
With this object, 2D drawings of the project or the desired object can be displayed in the document.
Example:
| |||||
Parameters of DocCADD Object:
Label | Mandatory | Description | Example | |
---|---|---|---|---|
1 | Width | Yes | Width of the display in pixel. | Width="600" |
2 | Height | Yes | Height of the display in pixel. | Height="400" |
Label | Mandatory | Name Attribute | Value Attribute | Type Attribute | |
---|---|---|---|---|---|
1 | CADD | Yes | N="CADD" | Name of CADD objects or CADDFrom3D object . Example: V="Elevation" | T="CADD" |
5)DocCode Object:
This object serves to display the ParamML code in the document.
Example:
| |||||
6)DocGraph Object:
Using this object, linear graphics can be displayed in the document.
Example:
| |||||||
To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&obj=objidlf5osn4pd1miedlk3b9on) |
Parameters of DocGraph Object:
Label | Mandatory | Description | Example | |
---|---|---|---|---|
1 | Title | Yes | Title indicated inside the graph. | Title="Graph 1" |
2 | Width | Yes | Width of the display in pixel. | Width="600" |
3 | Height | Yes | Height of the display in pixel. | Height="400" |
4 | AxisLabelX | Yes | Variable name along X-axis. | AxisLabelX="Width" |
5 | AxisLabelY | Yes | Variable name along Y-axis. | AxisLabelY="Height" |
6 | DataList | Yes | Data plotted along X-axis and Y-axis. V="[X value, Y value]" | DataList="[0,0],[8,16],[12,28] " |
7)DocTable Object:
With this object, a table can be prepared and displayed in the document.
Example:
| |||||
Example:
| |||||
To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&obj=objid0f7ab4sjh1fl38g9nx5clhn) |
8)DocSectionAnalysis:
With this object, section analysis and calculations, such as rebar stress, flexural capacity, and interaction diagrams, can be displayed in the document. The values that affect the results can be overridden in the document, and changes in the results along the section can be reviewed instantaneously.
Example :