Part ReverseShape: Difference between revisions

From FreeCAD Documentation
m (Added |Empty=1 to {{GuiCommand}} since this doesn't have an icon)
(use new icons)
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:8-->
<!--T:8-->
{{Docnav
{{Docnav
|[[Part_MakeSolid|MakeSolid]]
|[[Part ConvertToSolid|Convert to solid]]
|[[Part_SimpleCopy|SimpleCopy]]
|[[Part SimpleCopy|Create simple copy]]
|[[Part_Module|Part]]
|[[Part_Module|Part]]
|IconL=Part_ConvertToSolid.svg
|IconL=Part_MakeSolid.svg
|IconC=Workbench_Part.svg
|IconR=Part_SimpleCopy‎.svg
|IconR=Part_SimpleCopy‎.svg
|IconC=Workbench_Part.svg
}}
}}


Line 14: Line 15:
{{GuiCommand
{{GuiCommand
|Name=Part ReverseShapes
|Name=Part ReverseShapes
|Empty=1‏‎
|MenuLocation=Part → Reverse Shapes
|MenuLocation=Part → Reverse Shapes
|Workbenches=[[Part Workbench|Part]]
|Workbenches=[[Part_Module|Part]]
}}
}}


Line 46: Line 46:


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



<!--T:9-->
<!--T:9-->
{{Docnav
{{Docnav
|[[Part_MakeSolid|MakeSolid]]
|[[Part ConvertToSolid|Convert to solid]]
|[[Part_SimpleCopy|SimpleCopy]]
|[[Part SimpleCopy|Create simple copy]]
|[[Part_Module|Part]]
|[[Part_Module|Part]]
|IconL=Part_ConvertToSolid.svg
|IconL=Part_MakeSolid.svg
|IconR=Part_SimpleCopy‎.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_SimpleCopy‎.svg
}}
}}

<!--T:10-->
{{Part Tools navi}}

<!--T:11-->
{{Userdocnavi}}


</translate>
</translate>
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 02:43, 22 January 2021

Part ReverseShapes

Menu location
Part → Reverse Shapes
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
None

Description

Flips the normals of all faces of the selected object.

Usage

  1. Select shape.
  2. Go to the menu Part → Reverse shapes.
  3. A reversed shape is created as a new separate object.

Notes

By executing this command, FreeCAD flips the normals of all faces of the shape/solid.

You can verify this by

  1. Making all other objects but the reversed shape invisible.
  2. Selecting the reversed shape.
  3. Change ViewLighting from "Two side" to "One side".
  4. The shape will turn black, meaning that you are now looking at the back of the faces.

Properties

Scripting