Arch CutLine: Difference between revisions

From FreeCAD Documentation
(Module to Workbench renaming.)
(V0.22 -> V1.0)
 
(9 intermediate revisions by the same user not shown)
Line 4: Line 4:
<!--T:1-->
<!--T:1-->
{{Docnav
{{Docnav
|
|[[Arch_Schedule|Schedule]]
|
|[[Arch_CutPlane|Cut with Plane]]
|[[Arch_Workbench|Arch]]
|[[Arch_Workbench|Arch]]
|IconL=Arch_Schedule.svg
|IconL=
|IconR=Arch_CutPlane.svg
|IconR=
|IconC=Workbench_Arch.svg
|IconC=Workbench_Arch.svg
}}
}}

<!--T:11-->
{{VeryImportantMessage|THIS COMMAND IS OBSOLETE<br>
It is not be available in {{VersionPlus|1.0}}. Use [[Arch_CutPlane|Arch CutPlane]] instead.}}


<!--T:2-->
<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=Arch CutLine
|Name=Arch CutLine
|MenuLocation=Arch → Cut with a line
|MenuLocation=Arch → Cut with line
|Workbenches=[[Arch_Workbench|Arch]]
|Workbenches=[[Arch_Workbench|Arch]]
|Version=0.19
|Version=0.19
Line 24: Line 28:


<!--T:4-->
<!--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''' tool cuts a solid Arch object like an [[Arch_Wall|Arch Wall]] or [[Arch_Structure|Arch Structure]] with a straight edge. Based on that edge and the normal of the [[Draft_SelectPlane|Draft working plane]] a cutting face is generated.


</translate>
</translate>
Line 36: Line 40:


<!--T:7-->
<!--T:7-->
# If required align the working plane:
# Select the object to be cut in the [[Tree_view|tree view]] or the [[3D_view|3D view]].
#* The selected edge may not be parallel to the normal of the working plane.
# 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.
#* The generated cutting face will be perpendicular to the working plane.
# Press the {{Button|[[Image:Arch_CutLine.svg|16px]] [[Arch_CutLine|Cut Line]]}} button.
# Select the object to be cut in the [[Tree_view|Tree view]] or the [[3D_view|3D view]].
# Choose {{MenuCommand|Behind}} or {{MenuCommand|Front}} to indicate what part of the solid will be removed.
# Select a straight edge. This must be selected in the [[3D_view|3D view]].
# Click the {{Button|OK}} button.
# Press the {{Button|[[Image:Arch_CutLine.svg|16px]] [[Arch_CutLine|Cut with line]]}} button.
# Choose {{MenuCommand|Behind}} or {{MenuCommand|Front}} to indicate on which side of the cutting face material should be removed.
# Press the {{Button|OK}} button.


==Scripting== <!--T:8-->
==Scripting== <!--T:8-->
Line 50: Line 57:
<!--T:10-->
<!--T:10-->
{{Docnav
{{Docnav
|
|[[Arch_Schedule|Schedule]]
|
|[[Arch_CutPlane|Cut with Plane]]
|[[Arch_Workbench|Arch]]
|[[Arch_Workbench|Arch]]
|
|IconL=Arch_Schedule.svg
|
|IconR=Arch_CutPlane.svg
|IconC=Workbench_Arch.svg
|IconC=Workbench_Arch.svg
}}
}}

Latest revision as of 10:51, 21 April 2024

THIS COMMAND IS OBSOLETE
It is not be available in version 1.0 and above. Use Arch CutPlane instead.

Arch CutLine

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

Description

The Arch CutLine tool cuts a solid Arch object like an Arch Wall or Arch Structure with a straight edge. Based on that edge and the normal of the Draft working plane a cutting face is generated.

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. If required align the working plane:
    • The selected edge may not be parallel to the normal of the working plane.
    • The generated cutting face will be perpendicular to the working plane.
  2. Select the object to be cut in the Tree view or the 3D view.
  3. Select a straight edge. This must be selected in the 3D view.
  4. Press the Cut with line button.
  5. Choose Behind or Front to indicate on which side of the cutting face material should be removed.
  6. Press the OK button.

Scripting

See also: Arch API and FreeCAD Scripting Basics.