Sketcher RestoreInternalAlignmentGeometry: Difference between revisions

From FreeCAD Documentation
m ((Vertical Docnav))
No edit summary
 
(19 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Page_in_progress}}
<translate>
<translate>

<!--T:12-->
<!--T:12-->
{{Docnav
{{Docnav|[[Sketcher SelectElementsAssociatedWithConstraints|Select Elements Associated with constraints]]
|[[Sketcher_SelectConflictingConstraints|Select conflicting constraints]]
|[[Sketcher Symmetry|Symmetry]]
|[[Sketcher_SelectOrigin|Select origin]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_SelectConflictingConstraints.svg
|IconL=Sketcher_SelectElementsAssociatedWithConstraints.svg
|IconR=Sketcher_SelectOrigin.svg‎
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
|IconR=Sketcher_Symmetry.svg‎
}}
}}


Line 13: Line 16:
{{GuiCommand
{{GuiCommand
|Name=Sketcher RestoreInternalAlignmentGeometry
|Name=Sketcher RestoreInternalAlignmentGeometry
|Workbenches=[[Sketcher Workbench|Sketcher]]
|MenuLocation=Sketch → Sketcher tools → Show/hide internal geometry
|MenuLocation=Sketch → Sketcher tools → Show/hide internal geometry
|Workbenches=[[Sketcher_Workbench|Sketcher]]
|Shortcut=Ctrl+Shift+E
|Shortcut={{KEY|Z}} {{KEY|I}}
|SeeAlso=[[Sketcher CreateEllipseByCenter|Ellipse]], [[Sketcher ConstrainInternalAlignment|Internal Alignment Constraint]]
|SeeAlso=
}}
}}


Line 22: Line 25:


<!--T:8-->
<!--T:8-->
The [[Image:Sketcher_RestoreInternalAlignmentGeometry.svg|24px]] [[Sketcher_RestoreInternalAlignmentGeometry|Sketcher RestoreInternalAlignmentGeometry]] tool deletes the internal geometry of objects, or recreates missing internal geometry. The tool does not delete internal geometry that has associated constraints.
The command deletes unused elements aligned to internal geometry, or recreates the missing ones.


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


<!--T:9-->
<!--T:9-->
# Select one or more sketch elements that support internal geometry ([[Sketcher_CreateEllipseByCenter|ellipse]], [[Sketcher_CreateArcOfEllipse|arc of ellipse]], [[Sketcher_CreateArcOfHyperbola|arc of hyperbola]], [[Sketcher_CreateArcOfParabola|arc of parabola]] or [[Sketcher_CreateBSpline|B-spline]]).
* Select an element of a sketch that supports internal alignment (currently only Ellipse/Arc and B-spline).
# There are several ways to invoke the tool:
* Invoke the command by clicking [[Image:Sketcher_RestoreInternalAlignmentGeometry.png|24px]] or choose {{KEY| Sketch}} → {{KEY| Sketcher tools}} → {{KEY|[[Image:Sketcher_RestoreInternalAlignmentGeometry.png|24px]] Show/Hide Internal Geometry}} or using the keyboard shortcut.
#* Press the {{Button|[[Image:Sketcher_RestoreInternalAlignmentGeometry.svg|16px]] [[Sketcher_RestoreInternalAlignmentGeometry|Show/hide internal geometry]]}} button.
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).
#* Select the {{MenuCommand|Sketch Sketcher tools → [[Image:Sketcher_RestoreInternalAlignmentGeometry.svg|16px]] Show/hide internal geometry}} option from the menu.

#* Use the keyboard shortcut: {{KEY|Z}} then {{KEY|I}}.
==Example== <!--T:4-->
#* Internal geometry is deleted for selected elements with a complete set of internal geometry, else missing internal geometry is recreated.

<!--T:10-->
# 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 {{KEY|Del}}. The diameter is gone, but the ellipse remains. How do we get the diameter back?
# Select the ellipse and invoke the {{KEY|[[Image:Sketcher_RestoreInternalAlignmentGeometry.png|24px]]}} command. The diameter is restored.
# Now, constrain the major diameter of the ellipse to some length. Select the ellipse and invoke the {{KEY|[[Image:Sketcher_RestoreInternalAlignmentGeometry.png|24px]]}} command.
'''Result:''' 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.




<!--T:13-->
<!--T:13-->
{{Docnav
{{Docnav|[[Sketcher SelectElementsAssociatedWithConstraints|Select Elements Associated with constraints]]
|[[Sketcher_SelectConflictingConstraints|Select conflicting constraints]]
|[[Sketcher Symmetry|Symmetry]]
|[[Sketcher_SelectOrigin|Select origin]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_SelectConflictingConstraints.svg
|IconL=Sketcher_SelectElementsAssociatedWithConstraints.svg
|IconR=Sketcher_SelectOrigin.svg‎
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
|IconR=Sketcher_Symmetry.svg‎
}}
}}

<!--T:14-->
{{Sketcher Tools navi}}

<!--T:15-->
{{Userdocnavi}}


</translate>
</translate>
{{Sketcher_Tools_navi{{#translation:}}}}
{{clear}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 15:10, 28 March 2024

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.

Sketcher RestoreInternalAlignmentGeometry

Menu location
Sketch → Sketcher tools → Show/hide internal geometry
Workbenches
Sketcher
Default shortcut
Z I
Introduced in version
-
See also
None

Description

The Sketcher RestoreInternalAlignmentGeometry tool deletes the internal geometry of objects, or recreates missing internal geometry. The tool does not delete internal geometry that has associated constraints.

Usage

  1. Select one or more sketch elements that support internal geometry (ellipse, arc of ellipse, arc of hyperbola, arc of parabola or B-spline).
  2. There are several ways to invoke the tool:
    • Press the Show/hide internal geometry button.
    • Select the Sketch → Sketcher tools → Show/hide internal geometry option from the menu.
    • Use the keyboard shortcut: Z then I.
    • Internal geometry is deleted for selected elements with a complete set of internal geometry, else missing internal geometry is recreated.