Part ReverseShape: Difference between revisions

From FreeCAD Documentation
(Add icon to MenuCommand)
(Reword menu usage)
Line 28: Line 28:
<!--T:13-->
<!--T:13-->
# Select shape.
# Select shape.
# Go to the menu {{MenuCommand|Part → [[Image:Part_ReverseShapes.svg|16px]] Reverse shapes}}.
# Select the {{MenuCommand|Part → [[Image:Part_ReverseShapes.svg|16px]] Reverse shapes}} option from the menu.
# A reversed shape is created as a new separate object.
# A reversed shape is created as a new separate object.



Revision as of 16:28, 12 August 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. Select the Part → File:Part ReverseShapes.svg Reverse shapes option from the menu.
  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