Part ReverseShape: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Marked this version for translation)
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

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


<!--T:2-->
<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=Part ReverseShapes‏‎
|Name=Part ReverseShapes
|MenuLocation=Part → Reverse Shapes
|MenuLocation=Part → Reverse shapes
|Workbenches=[[Part Workbench|Part]]
|Workbenches=[[Part_Workbench|Part]]
}}
}}


Line 16: Line 24:
Flips the normals of all faces of the selected object.
Flips the normals of all faces of the selected object.


==How to use== <!--T:4-->
==Usage== <!--T:4-->


<!--T:13-->
<!--T:13-->
# Select shape.
# Select shape.
# Go to the menu {{MenuCommand|Part → 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.


===Notes=== <!--T:7-->
==Notes== <!--T:7-->


<!--T:14-->
<!--T:18-->
* [[App_Link|App Link]] objects linked to the appropriate object types and [[App_Part|App Part]] containers with the appropriate visible objects inside can also be used as source objects. {{Version|0.20}}
By executing this command, FreeCAD flips the normals of all faces of the shape/solid.
* To see the effect of the command change the {{PropertyView|Lighting}} property of the reversed shape to {{Value|On side}} and if required change {{MenuCommand|Edit → Preferences... → Display → Rendering → Backlight color}}.


<!--T:15-->
==Properties== <!--T:16-->
You can verify this by
# Making all other objects but the reversed shape invisible.
# Selecting the reversed shape.
# Change {{PropertyView|Lighting}} from "Two side" to "One side".
# The shape will turn black, meaning that you are now looking at the back of the faces.


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


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


<!--T:11-->
<!--T:9-->
{{Docnav
{{Userdocnavi}}
|[[Part_MakeSolid|MakeSolid]]
|[[Part_SimpleCopy|SimpleCopy]]
|[[Part_Workbench|Part]]
|IconL=Part_MakeSolid.svg
|IconR=Part_SimpleCopy‎.svg
|IconC=Workbench_Part.svg
}}


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

Revision as of 16:33, 6 May 2022

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

  • App Link objects linked to the appropriate object types and App Part containers with the appropriate visible objects inside can also be used as source objects. introduced in version 0.20
  • To see the effect of the command change the ViewLighting property of the reversed shape to On side and if required change Edit → Preferences... → Display → Rendering → Backlight color.

Properties

Scripting