...
Label | Mandatory | Description | Example | |
---|---|---|---|---|
1 | Title | Yes | Title of the specified Document Section. | Title="Graph" Title="3D Model" |
2)DocText Object:
The text contained within this object is displayed in the designated section as paragraphs.
...
| |||||
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.
...
Creating an Image: An image can be created by typing "![Logo]", followed by the image link within parentheses and the hover text within double quotation marks (" ") after the link.
Example:
|
...
Example:
| |||
To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=Document+Object&obj=objidep9yv918v687pt0cj15xq9) |
3)Doc3D Object
This object enables you to showcase the 3D model of the project within the document.
| |||||
Parameters of Doc3D 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 | 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 :