Sketcher RestoreInternalAlignmentGeometry/es: Difference between revisions

From FreeCAD Documentation
(Created page with "Sketcher Show Hide Internal Geometry/es")
 
(Created page with "{{GuiCommand/es|Name=Sketcher RestoreInternalAlignmentGeometry|Workbenches=Sketcher, PartDesign|MenuLocation=Sketch → S...")
Line 1: Line 1:
<languages/>
<languages/>


{{GuiCommand|Name=Sketcher RestoreInternalAlignmentGeometry|Workbenches=[[Sketcher Workbench|Sketcher]], [[PartDesign Workbench|PartDesign]]|MenuLocation=Sketch → Sketcher tools → Show/hide internal geometry|Shortcut=Ctrl+Shift+E|SeeAlso=[[Sketcher Ellipse|Ellipse]], [[Constraint Internal Alignment|Internal Alignment Constraint]]}}
{{GuiCommand/es|Name=Sketcher RestoreInternalAlignmentGeometry|Workbenches=[[Sketcher Workbench/es|Sketcher]], [[PartDesign Workbench/es|PartDesign]]|MenuLocation=Sketch → Sketcher tools → Show/hide internal geometry|Shortcut=Ctrl+Shift+E|SeeAlso=[[Sketcher Ellipse/es|Ellipse]], [[Constraint Internal Alignment/es|Internal Alignment Constraint]]}}


====Description====
====Description====

Revision as of 12:10, 11 August 2018

Sketcher RestoreInternalAlignmentGeometry

Ubicación en el Menú
Sketch → Sketcher tools → Show/hide internal geometry
Entornos de trabajo
Sketcher, PartDesign
Atajo de teclado por defecto
Ctrl+Shift+E
Introducido en versión
-
Ver también
Ellipse, Internal Alignment Constraint

Description

The command deletes unused elements aligned to internal geometry, or recreates the missing ones.

Usage

  • Select an element of a sketch that supports internal alignment (currently only Ellipse/Arc).
  • Invoke the command by clicking a toolbar button, picking the menu item or using the keyboard shortcut.

If there are free alignment places for the selected element, new construction geometry is created and aligned to the available places. If all alignment places are occupied, the unused internal geometry is deleted (the element is treated as unused if it is not constrained to anything else).

Example

Create a new ellipse. New ellipses are always fully-packed. You'll see an ellipse and a bunch of construction geometry: major diameter, minor diameter, foci.

Select minor diameter line and hit DEL. The diameter is gone, but the ellipse remains. How do we get the diameter back?

Select the ellipse and invoke the Sketcher_RestoreInternalAlignmentGeometry command. The diameter is restored.

Now, constrain the major diameter of the ellipse to some length. Select the ellipse and invoke the Sketcher_RestoreInternalAlignmentGeometry command. Minor diameter and foci are deleted, but the major diameter is kept, because it participates in other constraints. Ellipse's center remains too, because it is inherent, like center of a circle.