Arch Rebar/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{Docnav/ru
|[[Arch_Rebar_Footing_Reinforcement/ru|Армировать фундамент]]
|Name=Arch Rebar
|[[Arch_CurtainWall/ru|Светопрозрачный фасад]]
|Name/ru=Arch Rebar
|[[Arch_Workbench/ru|Архитектурный верстак "Arch"]]
|Workbenches=[[Arch Module/ru|Arch]]
|IconL=Arch_Rebar_Footing_Reinforcement.svg
|MenuLocation=Архитектура → Армирование
|IconR=Arch_CurtainWall.svg
|Shortcut=R B
|IconC=Workbench_Arch.svg
|SeeAlso=[[Arch Structure/ru|Структура]]
}}
}}
</div>
</div>

{{Docnav
|[[Reinforcement_FootingRebars|FootingRebars]]
|[[Reinforcement_BillOfMaterial|BillOfMaterial]]
|[[Reinforcement_Workbench|Reinforcement]]
|IconL=Reinforcement_FootingRebars.svg
|IconR=Reinforcement_BillOfMaterial.svg
|IconC=Reinforcement_Workbench.svg
}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name/ru=Арматура по эскизу
|Name=Arch Rebar
|Name/ru=Arch Rebar
|Name=Arch_Rebar
|MenuLocation=Arch → Rebar
|MenuLocation=Arch → Rebar tools → Custom Rebar<br>3D/BIM → Reinforcement tools → Пользовательская Арматура
|Workbenches=[[Arch Module|Arch]]
|Workbenches=[[Arch_Workbench/ru|Arch]], [[BIM_Workbench/ru|BIM]]
|Shortcut=R B
|Shortcut={{KEY|R}} {{KEY|B}}
|SeeAlso=[[Arch Structure|Arch Structure]], [[Reinforcement Addon|Reinforcement Addon]]
|SeeAlso=[[Arch_Structure/ru|Структура]], [[Reinforcement_Workbench/ru|Reinforcement]]
}}
}}
</div>
</div>


<span id="Description"></span>
==Описание==
==Описание==


Инструмент «Арматура» позволяет размещать [http://en.wikipedia.org/wiki/Rebar арматурные полосы] внутри объектов [[Arch Structure]]. Объекты арматуры основаны на 2D-профилях, таких как [[Sketcher_Workbench|sketches]] или [[Draft_Workbench|draft objects]], которые должны быть нарисованы на грани объекта структуры. Затем вы можете настроить конфигурацию арматуры, такую как количество и диаметр стержней, или расстояние смещения между двумя концами структурного элемента.
<div class="mw-translate-fuzzy">
Инструмент «Арматура» позволяет размещать [http://en.wikipedia.org/wiki/Rebar арматурные полосы] внутри объектов [[Arch Structure]]. Объекты арматуры основаны на 2D-профилях, таких как [[Sketcher Module | sketches]] или [[Draft Module | draft objects]], которые должны быть нарисованы на грани объекта структуры. Затем вы можете настроить конфигурацию арматуры, такую как количество и диаметр стержней, или расстояние смещения между двумя концами структурного элемента.
</div>


The [[Arch_Rebar|Arch Rebar]] tool is also integrated into [[BIM_Workbench|BIM Workbench]].
The [[Arch_Rebar|Arch Rebar]] tool is also integrated into [[BIM_Workbench|BIM Workbench]].
Line 35: Line 44:
{{Caption|Structural object with two sketches drawn on its faces, which are then turned into two sets of rebar objects}}
{{Caption|Structural object with two sketches drawn on its faces, which are then turned into two sets of rebar objects}}


<span id="Usage"></span>
== Extension available ==
==Применение==

The Rebar tool is enhanced by the [[Reinforcement Workbench|Reinforcement Workbench]], which is installed by the [[Addon Manager|Addon Manager]]. The additional rebar types available with the addon are:
* [[Image:Arch_Rebar_Straight.svg|32px]] [[Arch_Rebar_Straight|Straight Rebar]]
* [[Image:Arch_Rebar_UShape.svg|32px]] [[Arch_Rebar_UShape|UShape Rebar]]
* [[Image:Arch_Rebar_LShape.svg|32px]] [[Arch_Rebar_LShape|LShape Rebar]]
* [[Image:Arch_Rebar_BentShape.svg|32px]] [[Arch_Rebar_BentShape|Bent Shape Rebar]]
* [[Image:Arch_Rebar_Stirrup.svg|32px]] [[Arch_Rebar_Stirrup|Stirrup Rebar]]
* [[Image:Arch_Rebar_Helical.svg|32px]] [[Arch_Rebar_Helical|Helical Rebar]]

==Usage==


# Switch to the [[Image:Workbench_Arch.svg|16px]] [[Arch Workbench]]
# Switch to the [[Image:Workbench_Arch.svg|16px]] [[Arch Workbench]]
Line 61: Line 61:
Although normally a rebar is used inside an Arch Structure, since FreeCAD 0.19 the rebar can be created outside of any host object. To host a rebar inside an object, you just need to set its {{PropertyData|Host}}.
Although normally a rebar is used inside an Arch Structure, since FreeCAD 0.19 the rebar can be created outside of any host object. To host a rebar inside an object, you just need to set its {{PropertyData|Host}}.


==Options==
<span id="Options"></span>
==Опции==


* Rebars share the common properties and behaviours of all [[Arch Component|Arch Components]]
* Rebars share the common properties and behaviours of all [[Arch Component|Arch Components]]
Line 69: Line 70:
* The spacing value is calculated from the current amount of bars, and represents the distance between the axes of each bar. You must therefore subtract the bar diameter to obtain the size of the free space between bars.
* The spacing value is calculated from the current amount of bars, and represents the distance between the axes of each bar. You must therefore subtract the bar diameter to obtain the size of the free space between bars.


==Properties==
<span id="Properties"></span>
==Свойства==


* {{PropertyData|Amount}}: The amount of bars.
* {{PropertyData|Amount}}: The amount of bars.
Line 80: Line 82:


==Scripting==
==Scripting==

{{Emphasis|See also:}} [[Arch API|Arch API]] and [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[Arch API|Arch API]] and [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].


The Rebar tool can be used in [[macros|macros]] and from the [[Python|Python]] console by using the following function:
The Rebar tool can be used in [[Macros|macros]] and from the [[Python|Python]] console by using the following function:
{{Code|code=
{{Code|code=
Rebar = makeRebar(baseobj=None, sketch=None, diameter=None, amount=1, offset=None, name="Rebar")
Rebar = makeRebar(baseobj=None, sketch=None, diameter=None, amount=1, offset=None, name="Rebar")
Line 91: Line 94:
** If no {{incode|diameter}}, {{incode|amount}}, or {{incode|offset}} values are given, the default values from the [[Arch Preferences|Arch Preferences]] are used.
** If no {{incode|diameter}}, {{incode|amount}}, or {{incode|offset}} values are given, the default values from the [[Arch Preferences|Arch Preferences]] are used.


Пример:
Example:


{{Code|code=
{{Code|code=
Line 112: Line 115:
Rebar.OffsetEnd = 100
Rebar.OffsetEnd = 100
FreeCAD.ActiveDocument.recompute()
FreeCAD.ActiveDocument.recompute()
}}


{{Docnav
|[[Reinforcement_FootingRebars|FootingRebars]]
|[[Reinforcement_BillOfMaterial|BillOfMaterial]]
|[[Reinforcement_Workbench|Reinforcement]]
|IconL=Reinforcement_FootingRebars.svg
|IconR=Reinforcement_BillOfMaterial.svg
|IconC=Reinforcement_Workbench.svg
}}
}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{Docnav/ru
[[Category:Arch/ru]]
|[[Arch_Rebar_Footing_Reinforcement/ru|Армировать фундамент]]
|[[Arch_CurtainWall/ru|Светопрозрачный фасад]]
|[[Arch_Workbench/ru|Архитектурный верстак "Arch"]]
|IconL=Arch_Rebar_Footing_Reinforcement.svg
|IconR=Arch_CurtainWall.svg
|IconC=Workbench_Arch.svg
}}
</div>
</div>


{{Arch Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
[[Category:External Command Reference{{#translation:}}]]
[[Category:Reinforcement{{#translation:}}]]
[[Category:Reinforcement{{#translation:}}]]
{{Arch_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 21:36, 9 March 2024

Арматура по эскизу

Системное название
Arch_Rebar
Расположение в меню
Arch → Rebar tools → Custom Rebar
3D/BIM → Reinforcement tools → Пользовательская Арматура
Верстаки
Arch, BIM
Быстрые клавиши
R B
Представлено в версии
-
См. также
Структура, Reinforcement

Описание

Инструмент «Арматура» позволяет размещать арматурные полосы внутри объектов Arch Structure. Объекты арматуры основаны на 2D-профилях, таких как sketches или draft objects, которые должны быть нарисованы на грани объекта структуры. Затем вы можете настроить конфигурацию арматуры, такую как количество и диаметр стержней, или расстояние смещения между двумя концами структурного элемента.

The Arch Rebar tool is also integrated into BIM Workbench.

Rebar objects are based on 2D profiles such as Draft objects and Sketches, that must be drawn on a face of the structural object. After creation you can adjust the properties of the rebar, including the number and diameter of the bars, and the offset distance between them and the faces of the structural element.

Structural object with two sketches drawn on its faces, which are then turned into two sets of rebar objects

Применение

  1. Switch to the Arch Workbench
  2. Create an Arch Structure element.
  3. Switch to the Sketcher Workbench.
  4. Select one face of the structural element.
  5. Press the New Sketch button to start a new sketch on the selected face.
  6. Draw the diagram of your bar.
  7. Press the Leave Sketch button to finish.
  8. Switch back to the Arch Workbench.
  9. Select the sketch you just drew.
  10. Press the Arch Rebar button, or press R then B keys.
  11. Adjust the desired properties (your rebar might not appear immediately, if some of the properties create an impossible situation, such as the bar diameter being 0, or the offset distances being bigger than the length of the structural element).

Although normally a rebar is used inside an Arch Structure, since FreeCAD 0.19 the rebar can be created outside of any host object. To host a rebar inside an object, you just need to set its ДанныеHost.

Опции

  • Rebars share the common properties and behaviours of all Arch Components
  • The rounding value is expressed in times the diameter. If your bar has a diameter of 5mm, a rounding value of 3 will create rounding at angles with a radius of 15mm.
  • Default values for new rebars can be set in the Arch preferences settings.
  • If a direction vector is not specified, the direction and distance along which the bars will spread is calculated automatically from the host structural object, by taking the normal direction of the base sketch, and taking its intersection with the structural object. If you specify a direction vector, the length of that vector will also be taken into account.
  • The spacing value is calculated from the current amount of bars, and represents the distance between the axes of each bar. You must therefore subtract the bar diameter to obtain the size of the free space between bars.

Свойства

  • ДанныеAmount: The amount of bars.
  • ДанныеDiameter: The diameter of the bars.
  • ДанныеDirection: The direction (and length) along which the bars must spread. If the value is (0,0,0), the direction is calculated automatically from the host structural object.
  • ДанныеOffset Start: The offset distance between the border of the structural object and the first bar.
  • ДанныеOffset End: The offset distance between the border of the structural object and the last bar.
  • ДанныеRounding: A rounding value to be applied to the corners of the bars, expressed in times the diameter.
  • ДанныеSpacing: The distance between the axes of each bar.

Scripting

See also: Arch API and FreeCAD Scripting Basics.

The Rebar tool can be used in macros and from the Python console by using the following function:

Rebar = makeRebar(baseobj=None, sketch=None, diameter=None, amount=1, offset=None, name="Rebar")
  • Creates a Rebar object from the given baseobj, which is an Arch Structure, and a sketch as profile.
    • diameter, amount, and offset are used to define the characteristics of the bars.
    • If no diameter, amount, or offset values are given, the default values from the Arch Preferences are used.

Пример:

import FreeCAD, Arch, Part

Structure = Arch.makeStructure(None, length=1000, width=1000, height=3000)
Structure.ViewObject.Transparency = 80
FreeCAD.ActiveDocument.recompute()

p1 = FreeCAD.Vector(-400, 400, 0)
p2 = FreeCAD.Vector(400, 400, 0)
Sketch = FreeCAD.ActiveDocument.addObject('Sketcher::SketchObject', 'Sketch')
Sketch.MapMode = "FlatFace"
Sketch.Support = [(Structure, "Face6")]
Sketch.addGeometry(Part.LineSegment(p1, p2))
FreeCAD.ActiveDocument.recompute()

Rebar = Arch.makeRebar(Structure, Sketch, diameter=80, amount=7, offset=50)
Rebar.OffsetStart = 100
Rebar.OffsetEnd = 100
FreeCAD.ActiveDocument.recompute()