Arch CutPlane/de: Difference between revisions

From FreeCAD Documentation
(Created page with "==Beschreibung==")
(Updating to match new version of source page)
Line 10: Line 10:
[[Image:Arch CutPlane example.jpg|640px]]
[[Image:Arch CutPlane example.jpg|640px]]


In the above image, two Arch Structure are cut with respective plane.
''In the above image, two Arch Structure are cut with respective plane.''


==How to use==
==How to use==
Line 28: Line 28:
* face is the face of an object that come the plan from
* face is the face of an object that come the plan from
* faceSide is the side of the face to cut. 0 = Behind, 1 = Front
* faceSide is the side of the face to cut. 0 = Behind, 1 = Front

[[Category:Arch]]

Revision as of 17:14, 25 November 2018

Arch CutPlane

Menüeintrag
Arch → Cut Plane
Arbeitsbereich
Arch
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Arch Remove

Beschreibung

The Cut Plane tool allows you to cut an Arch object according to a plan:

  • You can cut an Arch object with the selected face, normal or opposite of the face plan.
  • This add a substraction component CutVolume to the Arch object

In the above image, two Arch Structure are cut with respective plane.

How to use

  1. Select the object to be cut, then the face (the face must be the last one you selected, and must be selected in the 3D-View)
  2. Press the Cut Plane button
  3. Choose if the object is cut behind the normale face or front of the normal face
  4. Click the Ok button

Scripting

The CutPlane tool can by used in macros and from the python console by using the following function:

cutComponentwithPlane (archObject,face,faceSide)
  • archObject is the object to cut
  • face is the face of an object that come the plan from
  • faceSide is the side of the face to cut. 0 = Behind, 1 = Front