Reinforcement BillOfMaterial: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 73: Line 73:
* {{PropertyData|Rebar Length Type}}: Rebar Length Type defines the type of rebar length used for BOM calculations i.e. RealLength or LengthWithSharpEdges.
* {{PropertyData|Rebar Length Type}}: Rebar Length Type defines the type of rebar length used for BOM calculations i.e. RealLength or LengthWithSharpEdges.
* {{PropertyData|Rebar Objects}}: A list of ArchRebar and/or rebar2 and/or structures (to select ArchRebar in that structure) objects.
* {{PropertyData|Rebar Objects}}: A list of ArchRebar and/or rebar2 and/or structures (to select ArchRebar in that structure) objects.

'''SVG:'''
* {{PropertyData|Font Family}}: Font Family of text in BOM SVG.
* {{PropertyData|Font Filename}}: Font filename corresponding to font family required in console mode.
* {{PropertyData|Font Size}}: Font size in mm.
* {{PropertyData|Column Width}}: Width of each column in BOM SVG table.
* {{PropertyData|Row Height}}: Height of each row in BOM SVG table.
* {{PropertyData|Left Offset}}: Left offset of BOM SVG table.
* {{PropertyData|Top Offset}}: Top offset of BOM SVG table.
* {{PropertyData|Minimum Right Offset}}: Minimum right offset of BOM SVG table.
* {{PropertyData|Minimum Bottom Offset}}: Minimum bottom offset of BOM SVG table.
* {{PropertyData|Maximum Width}}: Maximum width of BOM SVG table.
* {{PropertyData|Maximum Height}}: Maximum height of BOM SVG table.


{{Docnav
{{Docnav

Revision as of 08:57, 9 June 2020


Arch Rebar BOM

Menu location
Arch → Rebar
Workbenches
Arch, BIM
Default shortcut
None
Introduced in version
0.19
See also
Arch Rebar, Reinforcement Addon

Description

The Bill Of Material tool allows the user to create bill of material of reinforcing bars.


This command is part of the Reinforcement Addon, that you can install with the Addon Manager via the menu Tools → Addon manager → Reinforcement.

Bill Of Material of reinforcing bars

Usage

1. Select Arch Rebar objects you want to include in Bill Of Material. Or select Arch Structure objects to include Arch Rebar objects hosted by that into Bill Of Material. If nothing is selected, then Bill Of Material will be generated for all Arch Rebar and Rebar2 objects present in model.

2. Then select Bill Of Material from the rebar tools.


3. A dialog box will pop-out on screen as shown below.

Dialog Box for the Arch Rebar BOM tool

4. Modify data to suit your requirements.

5. To edit Bill Of Material SVG configurations, click on Edit SVG Configurations. A dialog box will pop-out as shown below.

Dialog Box for the Arch Rebar BOM SVG configuration editing

6. Modify Bill Of Material SVG configurations and then click on OK to apply changes.

7. Click OK or Apply to generate Bill Of Material for rebars.

8. Click Cancel to exit the dialog box.

Properties

General:

  • DataColumn Headers: A dictionary with column_data as key and tuple (column_display_header, column_sequence) as value.
  • DataColumn Units: A dictionary with keys: "Diameter", "RebarLength", "RebarsTotalLength" and their corresponding units as value.
  • DataDiameter Weight Map: A dictionary with diameter as key and corresponding weight as value.
  • DataRebar Length Type: Rebar Length Type defines the type of rebar length used for BOM calculations i.e. RealLength or LengthWithSharpEdges.
  • DataRebar Objects: A list of ArchRebar and/or rebar2 and/or structures (to select ArchRebar in that structure) objects.

SVG:

  • DataFont Family: Font Family of text in BOM SVG.
  • DataFont Filename: Font filename corresponding to font family required in console mode.
  • DataFont Size: Font size in mm.
  • DataColumn Width: Width of each column in BOM SVG table.
  • DataRow Height: Height of each row in BOM SVG table.
  • DataLeft Offset: Left offset of BOM SVG table.
  • DataTop Offset: Top offset of BOM SVG table.
  • DataMinimum Right Offset: Minimum right offset of BOM SVG table.
  • DataMinimum Bottom Offset: Minimum bottom offset of BOM SVG table.
  • DataMaximum Width: Maximum width of BOM SVG table.
  • DataMaximum Height: Maximum height of BOM SVG table.