Arch CutLine: Difference between revisions

From FreeCAD Documentation
(→‎Description: Caption: Arch Wall cut by a line. Left: subtractive box that appears when using the tool. Right: resulting wall after the cut is done. New images.)
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


<!--T:1-->
{{docnav
{{docnav
|[[Arch_Schedule|Schedule]]
|[[Arch_Schedule|Schedule]]
Line 11: Line 12:
}}
}}


<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=Arch CutLine
|Name=Arch CutLine
Line 19: Line 21:
}}
}}


==Description==
==Description== <!--T:3-->


<!--T:4-->
The [[Arch_CutLine|Arch CutLine]] tool allows you to cut a solid Arch object like an [[Arch_Wall|Arch Wall]] or [[Arch_Structure|Arch Structure]] using a line that is crossing the object.
The [[Arch_CutLine|Arch CutLine]] tool allows you to cut a solid Arch object like an [[Arch_Wall|Arch Wall]] or [[Arch_Structure|Arch Structure]] using a line that is crossing the object.


Line 27: Line 30:
<translate>
<translate>


<!--T:5-->
{{Caption|[[Arch_Wall|Arch Wall]] cut by a line. Left: subtractive box that appears when using the tool. Right: resulting wall after the cut is done.}}
{{Caption|[[Arch_Wall|Arch Wall]] cut by a line. Left: subtractive box that appears when using the tool. Right: resulting wall after the cut is done.}}


==Usage==
==Usage== <!--T:6-->


<!--T:7-->
# Select the object to be cut in the [[tree_view|tree view]] or the [[3D_view|3D view]].
# Select the object to be cut in the [[tree_view|tree view]] or the [[3D_view|3D view]].
# Then select the edge to be used to cut the object, for example, a [[Draft_Wire|Draft Wire]]. This object should be selected in the [[3D_view|3D view]] only.
# Then select the edge to be used to cut the object, for example, a [[Draft_Wire|Draft Wire]]. This object should be selected in the [[3D_view|3D view]] only.
Line 37: Line 42:
# Click the {{Button|OK}} button.
# Click the {{Button|OK}} button.


==Scripting==
==Scripting== <!--T:8-->


<!--T:9-->
{{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]].


<!--T:10-->
{{Arch Tools navi}}
{{Arch Tools navi}}
{{Userdocnavi}}
{{Userdocnavi}}

Revision as of 07:36, 15 February 2020

Arch CutLine

Menu location
Arch → Cut with a line
Workbenches
Arch
Default shortcut
None
Introduced in version
0.19
See also
CutPlane

Description

The Arch CutLine tool allows you to cut a solid Arch object like an Arch Wall or Arch Structure using a line that is crossing the object.

Arch Wall cut by a line. Left: subtractive box that appears when using the tool. Right: resulting wall after the cut is done.

Usage

  1. Select the object to be cut in the tree view or the 3D view.
  2. Then select the edge to be used to cut the object, for example, a Draft Wire. This object should be selected in the 3D view only.
  3. Press the Cut Line button.
  4. Choose Behind or Front to indicate what part of the solid will be removed.
  5. Click the OK button.

Scripting

See also: Arch API and FreeCAD Scripting Basics.