OpenSCAD MeshBoolean: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 5: Line 5:
|[[OpenSCAD_AddOpenSCADElement|Add OpenSCAD Element]]
|[[OpenSCAD_AddOpenSCADElement|Add OpenSCAD Element]]
|[[OpenSCAD_Hull|Hull]]
|[[OpenSCAD_Hull|Hull]]
|[[OpenSCAD_Module|OpenSCAD]]
|[[OpenSCAD_Workbench|OpenSCAD]]
|IconL=OpenSCAD_AddOpenSCADElement.png
|IconL=OpenSCAD_AddOpenSCADElement.svg
|IconC=Workbench_OpenSCAD.svg
|IconR=OpenSCAD_Hull.svg
|IconR=OpenSCAD_Hull.svg
|IconC=Workbench_OpenSCAD.svg
}}
}}


Line 15: Line 15:
|Name=OpenSCAD MeshBoolean
|Name=OpenSCAD MeshBoolean
|MenuLocation=OpenSCAD → Mesh Boolean...‏‎
|MenuLocation=OpenSCAD → Mesh Boolean...‏‎
|Workbenches=[[OpenSCAD_Module|OpenSCAD]]
|Workbenches=[[OpenSCAD_Workbench|OpenSCAD]]
|Shortcut=none
|SeeAlso=---
}}
}}


Line 28: Line 26:


<!--T:3-->
<!--T:3-->
# Select shapes in [[Tree view]].
# Select shapes in [[Tree_view|Tree view]].
# Click on [[Image:OpenSCAD_MeshBoolean.png|32px]] or choose {{KEY| OpenSCAD}} → {{KEY|[[Image:OpenSCAD_MeshBoolean.png|32px]] MeshBoolean ...}} from the top menu.
# Click on [[Image:OpenSCAD_MeshBoolean.svg|32px]] or choose {{KEY|OpenSCAD}} → {{KEY|[[Image:OpenSCAD_MeshBoolean.svg|32px]] MeshBoolean ...}} from the top menu.
# Select bool operation to be performed on the shapes.
# Select bool operation to be performed on the shapes.
# Select {{KEY| Perform}}
# Select {{KEY|Perform}}
:Result: New mesh object will be created
:Result: New mesh object will be created


Line 37: Line 35:


<!--T:4-->
<!--T:4-->
Feature needs OpenSCAD installed and configured in {{KEY| Edit}} → {{KEY| Preferences}}
Feature needs OpenSCAD installed and configured in {{KEY|Edit}} → {{KEY|Preferences}}




Line 47: Line 45:
|[[OpenSCAD_AddOpenSCADElement|Add OpenSCAD Element]]
|[[OpenSCAD_AddOpenSCADElement|Add OpenSCAD Element]]
|[[OpenSCAD_Hull|Hull]]
|[[OpenSCAD_Hull|Hull]]
|[[OpenSCAD_Module|OpenSCAD]]
|[[OpenSCAD_Workbench|OpenSCAD]]
|IconL=OpenSCAD_AddOpenSCADElement.png
|IconL=OpenSCAD_AddOpenSCADElement.svg
|IconC=Workbench_OpenSCAD.svg
|IconR=OpenSCAD_Hull.svg
|IconR=OpenSCAD_Hull.svg
|IconC=Workbench_OpenSCAD.svg
}}
}}



Latest revision as of 09:24, 29 August 2021

OpenSCAD MeshBoolean

Menu location
OpenSCAD → Mesh Boolean...‏‎
Workbenches
OpenSCAD
Default shortcut
None
Introduced in version
-
See also
None

Description

Creates new mesh object by boolean operation from shapes.

Usage

  1. Select shapes in Tree view.
  2. Click on or choose OpenSCAD MeshBoolean ... from the top menu.
  3. Select bool operation to be performed on the shapes.
  4. Select Perform
Result: New mesh object will be created

Limitations

Feature needs OpenSCAD installed and configured in EditPreferences


Notes