Sketcher ValidateSketch/it: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Userdocnavi/it}}")
(Updating to match new version of source page)
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav/it|[[Sketcher_Reorient/it|Riposiziona schizzo]]|[[Sketcher MergeSketches/it|Unisci schizzi]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=|IconC=Workbench_Sketcher.svg|IconR=Sketcher MergeSketch.png‎}}
<div class="mw-translate-fuzzy">
{{Docnav/it|[[Sketcher_Reorient/it|Riposiziona schizzo]]|[[Sketcher MergeSketches/it|Unisci schizzi]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=|IconC=Workbench_Sketcher.svg|IconR=Sketcher MergeSketch.svg‎}}
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand/it
{{GuiCommand/it
|Name=Sketcher_ValidateSketch
|Name=Sketcher_ValidateSketch
|Name/it=Valida sketch
|Name/it=Convalida lo schizzo
|Empty=1
|Empty=1
|Workbenches=[[Sketcher Workbench/it|Sketcher]], [[PartDesign Workbench/it|PartDesign]]
|Workbenches=[[Sketcher Workbench/it|Sketcher]], [[PartDesign Workbench/it|PartDesign]]
|MenuLocation=Sketch / Part Design → Valida sketch
|MenuLocation=Sketch/Part Design → Convalida lo schizzo...
}}
}}
</div>
</div>
Line 14: Line 17:
==Descrizione==
==Descrizione==


<div class="mw-translate-fuzzy">
The '''Validate sketch''' utility can be used to repair a sketch that is no longer editable, has invalid constraints, or to add missing [[Sketcher ConstrainCoincident|coincident constraints]] to a sketch created from imported geometry such as DXF files. It can also be useful to locate a missing coincidence in a native sketch that generates a "can't validate broken face" error when trying to apply a PartDesign feature.
L'utilità '''Convalida lo schizzo''' può essere usata per riparare uno schizzo che non è più modificabile, cha ha vincoli non validi, o per aggiungere [[Sketcher ConstrainCoincident/it|vincoli di coincidenza]] a uno schizzo creato da una geometria importata come file DXF. Può anche essere utile individuare una coincidenza mancante in uno schizzo nativo che genera un errore "can't validate broken face" quando si tenta di applicare una funzione di PartDesign.
</div>


[[File:Sketcher_ValidateSketch_taskpanel.png]]
{{Caption|The Sketcher validation task panel}}


<div class="mw-translate-fuzzy">
[[File:Sketcher validation tasks_it.png|left]]
{{clear}}

== Utilizzo ==
== Utilizzo ==
</div>


<div class="mw-translate-fuzzy">
# Select the sketch to validate, either from the Model tree, or by clicking on one of its edges in the 3D view. '''Note:''' the sketch must not be in editing mode. If you are in sketch edit mode, you need to [[Sketcher LeaveSketch|exit the sketch]].
# Selezionare lo schizzo da convalidare, dall'albero del modello o facendo clic su uno dei suoi bordi nella vista 3D. '''Nota:''' lo schizzo non deve essere in modalità di modifica. Se si è in modalità di modifica dello schizzo, è necessario [[Sketcher LeaveSketch/it|usire dallo schizzo]].
# Open the validate sketch utility from the Sketch or Part Design menu.
# Aprire l'utility di convalida dal menu Schizzo o Part Design.
# See [[#Options|Options]] below for operation.
# Selezionare le sottostanto opzioni per l'operazione.
# Press the {{Button|Close}} button when done.
# Premere il pulsante {{Button|Chiudi}} quando fatto.
</div>


==Options==
== Opzioni ==


===Missing coincidences===
===Coincidenze mancanti===


Trova coincidenze mancanti per i vertici sovrapposti e li aggiunge. Premere il pulsante {{Button|Trova}}; appare una finestra di dialogo per segnalare quante coincidenze mancanti sono state trovate; sono mostrate nella vista 3D come croci gialle. Premere {{Button|OK}} per chiudere la finestra di dialogo, quindi premere il pulsante {{Button|Ripara}} per aggiungere le coincidenze mancanti.
Finds out missing coincidences for overlapping vertices, and adds them. Press the {{Button|Find}} button; a pop up dialog will appear to report how many missing coincidences were found; they will be shown in the 3D view as yellow crosses. Press {{Button|OK}} to close the dialog, then press the {{Button|Fix}} button to add the missing coincidences.


Se necessario, definire un valore di tolleranza maggiore nel campo a discesa.
If necessary, define a larger tolerance value in the drop-down field.


Press {{Button|Highlight open vertexes}} to highlight vertexes that are outside this tolerance.
Leave the "Ignore construction geometry" checkbox checked to disregard construction geometry in the analysis.

This tolerance is also used by the {{Button|Find}}/{{Button|Fix}} process.

Lasciare selezionata la casella di controllo "Ignora la geometria di costruzione" per ignorare la geometria di costruzione nell'analisi.


===Invalid constraints===
===Invalid constraints===


<div class="mw-translate-fuzzy">
===Vincoli non validi===
</div>

For example, if there is a Circle-Line-Tangent constraint, but it references two lines, it is considered invalid.

(This sometimes happens due to the [[Topological naming problem]], i.e. the external geometry changes type).

It also does other checks, such as for empty links.

===Degenerated geometry===

Degenerated geometry can result from solver actions in a sketch.

For instance, if a line is forced to shorten to become almost a point.

Other examples: a zero length line or zero radius circle/arc.


===Reversed external geometry===
===Reversed external geometry===


<div class="mw-translate-fuzzy">
===Geometria esterna reversa===
</div>

This process might be helpful if sketches with external-geometry fail to solve because of these changes.


===Constraint orientation locking===
===Constraint orientation locking===


<div class="mw-translate-fuzzy">
===Vincolo orientamento bloccato===
</div>


Internally they work by constraining the angle between tangent vectors. With tangent constraint for example, the angle can be 0 or 180 degrees (co-directed or opposed vectors). The actual angle is remembered in the constraint data ("constraint orientation is locked"), it guards against flipping. But the angle can be erased ("constraint orientation unlock") or updated; these tools do exactly that.
{{Docnav/it|[[Sketcher_Reorient/it|Riposiziona schizzo]]|[[Sketcher MergeSketches/it|Unisci schizzi]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=|IconC=Workbench_Sketcher.svg|IconR=Sketcher MergeSketch.png‎}}


The locking mechanism typically works well and this tool should not be needed. '''It should only used after making a backup of the open document.'''
{{Sketcher Tools navi/it}}



{{Userdocnavi/it}}
<div class="mw-translate-fuzzy">
{{Docnav/it|[[Sketcher_Reorient/it|Riposiziona schizzo]]|[[Sketcher MergeSketches/it|Unisci schizzi]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=|IconC=Workbench_Sketcher.svg|IconR=Sketcher MergeSketch.svg‎}}
</div>

{{Sketcher Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 12:16, 21 February 2021

Convalida lo schizzo

Posizione nel menu
Sketch/Part Design → Convalida lo schizzo...
Ambiente
Sketcher, PartDesign
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

L'utilità Convalida lo schizzo può essere usata per riparare uno schizzo che non è più modificabile, cha ha vincoli non validi, o per aggiungere vincoli di coincidenza a uno schizzo creato da una geometria importata come file DXF. Può anche essere utile individuare una coincidenza mancante in uno schizzo nativo che genera un errore "can't validate broken face" quando si tenta di applicare una funzione di PartDesign.

The Sketcher validation task panel

Utilizzo

  1. Selezionare lo schizzo da convalidare, dall'albero del modello o facendo clic su uno dei suoi bordi nella vista 3D. Nota: lo schizzo non deve essere in modalità di modifica. Se si è in modalità di modifica dello schizzo, è necessario usire dallo schizzo.
  2. Aprire l'utility di convalida dal menu Schizzo o Part Design.
  3. Selezionare le sottostanto opzioni per l'operazione.
  4. Premere il pulsante Chiudi quando fatto.

Opzioni

Coincidenze mancanti

Trova coincidenze mancanti per i vertici sovrapposti e li aggiunge. Premere il pulsante Trova; appare una finestra di dialogo per segnalare quante coincidenze mancanti sono state trovate; sono mostrate nella vista 3D come croci gialle. Premere OK per chiudere la finestra di dialogo, quindi premere il pulsante Ripara per aggiungere le coincidenze mancanti.

Se necessario, definire un valore di tolleranza maggiore nel campo a discesa.

Press Highlight open vertexes to highlight vertexes that are outside this tolerance.

This tolerance is also used by the Find/Fix process.

Lasciare selezionata la casella di controllo "Ignora la geometria di costruzione" per ignorare la geometria di costruzione nell'analisi.

Invalid constraints

Vincoli non validi

For example, if there is a Circle-Line-Tangent constraint, but it references two lines, it is considered invalid.

(This sometimes happens due to the Topological naming problem, i.e. the external geometry changes type).

It also does other checks, such as for empty links.

Degenerated geometry

Degenerated geometry can result from solver actions in a sketch.

For instance, if a line is forced to shorten to become almost a point.

Other examples: a zero length line or zero radius circle/arc.

Reversed external geometry

Geometria esterna reversa

This process might be helpful if sketches with external-geometry fail to solve because of these changes.

Constraint orientation locking

Vincolo orientamento bloccato

Internally they work by constraining the angle between tangent vectors. With tangent constraint for example, the angle can be 0 or 180 degrees (co-directed or opposed vectors). The actual angle is remembered in the constraint data ("constraint orientation is locked"), it guards against flipping. But the angle can be erased ("constraint orientation unlock") or updated; these tools do exactly that.

The locking mechanism typically works well and this tool should not be needed. It should only used after making a backup of the open document.