Part MakeSolid: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Minor change to Docnav.)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:6-->
<!--T:6-->
{{Docnav
{{Docnav
|[[Part PointsFromMesh|PointsFromMesh]]
|[[Part_PointsFromMesh|PointsFromMesh]]
|[[Part_ReverseShapes|ReverseShapes]]
|[[Part ReverseShapes|Reverse shapes]]
|[[Part_Module|Part]]
|[[Part_Module|Part]]
|IconL=Part_PointsFromMesh.svg
|IconL=Part_PointsFromMesh.svg
|IconR=Part_ReverseShapes.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_ReverseShapes.png
}}
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand
|Name=Part ConvertToSolid‏‎
|Name=Part MakeSolid
|Empty=1
|Empty=1
|MenuLocation=Part → Convert to solid
|MenuLocation=Part → Convert to solid
Line 40: Line 41:


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



<!--T:7-->
<!--T:7-->
{{Docnav
{{Docnav
|[[Part PointsFromMesh|PointsFromMesh]]
|[[Part_PointsFromMesh|PointsFromMesh]]
|[[Part_ReverseShapes|ReverseShapes]]
|[[Part ReverseShapes|Reverse shapes]]
|[[Part_Module|Part]]
|[[Part_Module|Part]]
|IconL=Part_PointsFromMesh.svg
|IconL=Part_PointsFromMesh.svg
|IconR=Part_ReverseShapes.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_ReverseShapes.png
}}
}}



Revision as of 15:06, 19 November 2020

Part MakeSolid

Menu location
Part → Convert to solid
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
None

Description

This command creates a solid from a shape object.

Usage

  1. Select the shape object.
  2. Choose PartConvert to solid from the top menu.
  3. A solid from the shape object is created as a seperate new object.

Limitations

There will be no analyzing or validating of the shape object.
It is recommended to use Part Refine Shape before converting to a solid.

Notes