Part ShapeFromMesh/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "==Note== After creation of a shape, it may be useful to use Convert to solid (necessary for Boolean operations) and Pa...")
No edit summary
Line 2: Line 2:
{{GuiCommand|Name=Part ShapeFromMesh‏‎|MenuLocation=Part → Create shape from mesh...|Workbenches=[[Part Workbench|Part]]|SeeAlso=[[Part ConvertToSolid]], [[Part RefineShape]]}}
{{GuiCommand|Name=Part ShapeFromMesh‏‎|MenuLocation=Part → Create shape from mesh...|Workbenches=[[Part Workbench|Part]]|SeeAlso=[[Part ConvertToSolid]], [[Part RefineShape]]}}


==Introduction==
==Introducere==
This command creates a shape from a [[Glossary#Mesh|mesh object]]. Mesh objects have limited editing capabilities in FreeCAD, converting them to shapes will allow their use with many more tools in FreeCAD (also see [[#Notes|Notes]]).
Această comandă creează o formă dintr-un [[Glossary#Mesh|mesh object]] . Obiectele din rețea au capacități de editare limitate în FreeCAD, transformându-le în forme, permit utilizarea lor cu multe alte instrumente în FreeCAD (vezi și [[#Notes | Notes]]).


==Utilizare==
==Utilizare==

Revision as of 17:25, 30 October 2018

Part ShapeFromMesh‏‎

Menu location
Part → Create shape from mesh...
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
Part ConvertToSolid, Part RefineShape

Introducere

Această comandă creează o formă dintr-un mesh object . Obiectele din rețea au capacități de editare limitate în FreeCAD, transformându-le în forme, permit utilizarea lor cu multe alte instrumente în FreeCAD (vezi și Notes).

Utilizare

  1. Select the mesh object.
  2. Choose Part Create shape from mesh ... from the top menu.
  3. A popup-menu will ask for the tolerance for sewing shape (default value: 0,1)
  4. A shape from the mesh object is created as a seperate new object.

Limitări

There will be no analyzing or validating of the mesh object.
Analyzing and repairing of the mesh (if needed) should be done manually before conversion.
Appropriate tools are available in the Mesh Workbench.

Note

After creation of a shape, it may be useful to use Convert to solid (necessary for Boolean operations) and Refine shape tools.