Jump to content

Díl Vyčistit tvar

From FreeCAD Documentation
This page is a translated version of the page Part RefineShape and the translation is 5% complete.
Outdated translations are marked like this.

Díl Vyčistit tvar

Umístění Menu
Díl → Vyčistit tvar
Pracovní stoly
Díl, OpenSCAD
Výchozí zástupce
Nikdo
Představen ve verzi
-
Viz také
Nikdo

Popis

Vyčistí zbytečné čáry. Po logických operacích zůstávají viditelné čáry, které definovaly původní tvary. Nástroj vytváří kopii vyčištěného objektu.

The Part RefineShape command creates parametric copies with a refined shape from selected objects. It removes unnecessary edges from planar and cylindrical faces.

Original with 11 faces (left), and refined copy with 7 faces (right).

Použití

  1. Vyberte tvar, který má být vyčištěn.
  2. Klikněte na menu Díl → Vyčistit tvar.
  • Je vytvořena kopie objektu a je kompletně vyčištěna, původní objekt je skryt.
  • Nově vytvořená kopie je nezávislá na originálu.
  1. Select one or more objects.
  2. Select the Part → Copy → Refine Shape option from the menu.
  3. For each object a cleaned, parametric copy is created
  4. The original objects are hidden.

Notes

  • Many Part objects and PartDesign features have a ÚdajeRefine property. Setting that property to true is preferable over using this command as it avoids an extra object.
  • By default this command creates parametric copies. There is a fine-tuning parameter to change this to non-parametric copies.
  • This command can be used after converting a mesh to a shape.
  • Refining an object may prevent 3D printers from printing unwanted edges once the object is exported to a mesh format.
  • Some interesting information about what is happening with placement and how to access by Python can be found in this forum post.

Properties

See also: Property View.

A Part RefineShape object is derived from a Part Feature object and inherits all its properties. It also has the following additional property:

Data

Refine

  • ÚdajeSource (Link): specifies the linked source shape.

Scripting

The Python command for refining a shape is the following:

shape.removeSplitter()