TechDraw 2PointCosmeticLine/it: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
 
(5 intermediate revisions by the same user not shown)
Line 24: Line 24:
</div>
</div>


<span id="Description"></span>
==Descrizione==
==Descrizione==


<div class="mw-translate-fuzzy">
Lo strumento '''Linea tra 2 punti''' aggiunge una linea cosmetica tra due vertici (punti). I vertici possono essere 2d o 3d. La linea risultante può essere utilizzata per il dimensionamento. L'aspetto della linea può essere modificato utilizzando lo strumento [[TechDraw_CosmeticEraser/it|Rimuovi oggetto cosmetico]].
Lo strumento '''Linea tra 2 punti''' aggiunge una linea cosmetica tra due vertici (punti). I vertici possono essere 2d o 3d. La linea risultante può essere utilizzata per il dimensionamento. L'aspetto della linea può essere modificato utilizzando lo strumento [[TechDraw_CosmeticEraser/it|Rimuovi oggetto cosmetico]].
</div>


[[Image:CosLine2PointsSample.png|200px]]
[[Image:CosLine2PointsSample.png|200px]]


<div class="mw-translate-fuzzy">
{{Caption|Linea tra 2 punti}}
{{Caption|Linea tra 2 punti}}
</div>


<span id="Usage_create"></span>
<div class="mw-translate-fuzzy">
==Utilizzo==
==Utilizzo==
</div>


# Select 2 Vertexes in a View or 2 Vertexes in the 3D view.
# Select two points in a TechDraw View or two points in the [[3D_view|3D view]].
# If you have selected points in the 3D view: add the correct TechDraw View to the selection by selecting it in the [[Tree_view|Tree view]].
# Press the {{Button|[[Image:TechDraw-line2points.svg|16px]] Add Cosmetic line between 2 Points}} button.
# There are several ways to invoke the tool:
# A dialog will open where you can adjust the coordinates of the 2 points.
#* Press the {{Button|[[Image:TechDraw_2PointCosmeticLine.svg|16px]] [[TechDraw_2PointCosmeticLine|Add Cosmetic Line Through 2 points]]}} button.
# A line will be added to connect the 2 selected Vertices. In the case of 3d points, the line will connect the projection of the selected points.
#* Select the {{MenuCommand|TechDraw → Add Lines → [[Image:TechDraw_2PointCosmeticLine.svg|16px]] Add Cosmetic Line Through 2 points}} option from the menu.
# A task panel opens.
# Optionally adjust the coordinates of the points.
# Press the {{Button|OK}} button.
# A cosmetic line connecting the two points is added. In the case of 3D points, the line connects the projection of the points.


==Usage edit==
To delete a cosmetic line, select it and use the toolbar button {{Button|[[Image:TechDraw_CosmeticEraser.svg|16px]] [[TechDraw_CosmeticEraser|Remove Cosmetic Object]]}}.


To change the endpoints of a cosmetic line:
==Editing Cosmetic Lines==

To change the endpoints of a cosmetic line,
{{Button|[[Image:TechDraw-line2points.svg|16px]] Add Cosmetic line between 2 Points}}


# Select the cosmetic line.
# Select the cosmetic line.
# There are several ways to invoke the tool:
# Press {{Button|[[Image:TechDraw-line2points.svg|16px]] Add Cosmetic line between 2 Points}}.
#* Press the {{Button|[[Image:TechDraw_2PointCosmeticLine.svg|16px]] [[TechDraw_2PointCosmeticLine|Add Cosmetic Line Through 2 points]]}} button.
# A dialog will open where you can change the coordinates of the endpoints.
#* Select the {{MenuCommand|TechDraw → Add Lines → [[Image:TechDraw_2PointCosmeticLine.svg|16px]] Add Cosmetic Line Through 2 points}} option from the menu.
# Press {{Button|OK}} to see your changes.
# A task panel opens.
# Adjust the coordinates of the points.
# Press the {{Button|OK}} button.


==Notes==
To change the appearance of a cosmetic line, use [[TechDraw_CosmeticEraser|Remove Cosmetic Object]].


* To delete a cosmetic line select it and press {{KEY|Delete}}. {{Version|1.0}}
* To change the appearance of a cosmetic line use [[Image:TechDraw_DecorateLine.svg|16px]] [[TechDraw_DecorateLine|TechDraw DecorateLine]].

<span id="Properties"></span>
==Proprietà==
==Proprietà==


Cosmetic lines have no properties of their own, as they are not document objects.
Cosmetic lines have no properties of their own, as they are not document objects.


<span id="Scripting"></span>

==Script==
==Script==


Line 64: Line 81:
</div>
</div>


Cosmetic lines can be created using the makeCosmeticLine(v1, v2) or makeCosmeticLine3d(v1, v2) methods of DrawViewPart.
Cosmetic lines can be created using the {{Incode|makeCosmeticLine(v1, v2)}} or {{Incode|makeCosmeticLine3d(v1, v2)}} methods of DrawViewPart.




Line 80: Line 97:
{{TechDraw Tools navi{{#translation:}}}}
{{TechDraw Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 10:24, 21 April 2024

Other languages:

Linea tra 2 punti

Posizione nel menu
TechDraw → Aggiungi linee → Linea tra 2 punti
Ambiente
TechDraw
Avvio veloce
Nessuno
Introdotto nella versione
0.19
Vedere anche
Linea a centro faccia, Linea centrale a 2 linee

Descrizione

Lo strumento Linea tra 2 punti aggiunge una linea cosmetica tra due vertici (punti). I vertici possono essere 2d o 3d. La linea risultante può essere utilizzata per il dimensionamento. L'aspetto della linea può essere modificato utilizzando lo strumento Rimuovi oggetto cosmetico.

Linea tra 2 punti

Utilizzo

  1. Select two points in a TechDraw View or two points in the 3D view.
  2. If you have selected points in the 3D view: add the correct TechDraw View to the selection by selecting it in the Tree view.
  3. There are several ways to invoke the tool:
  4. A task panel opens.
  5. Optionally adjust the coordinates of the points.
  6. Press the OK button.
  7. A cosmetic line connecting the two points is added. In the case of 3D points, the line connects the projection of the points.

Usage edit

To change the endpoints of a cosmetic line:

  1. Select the cosmetic line.
  2. There are several ways to invoke the tool:
  3. A task panel opens.
  4. Adjust the coordinates of the points.
  5. Press the OK button.

Notes

Proprietà

Cosmetic lines have no properties of their own, as they are not document objects.

Script

Cosmetic lines can be created using the makeCosmeticLine(v1, v2) or makeCosmeticLine3d(v1, v2) methods of DrawViewPart.