TechDraw DecorateLine: Difference between revisions

From FreeCAD Documentation
No edit summary
(update)
Line 4: Line 4:
<!--T:1-->
<!--T:1-->
{{Docnav
{{Docnav
|[[TechDraw_CosmeticEraser|Remove Cosmetic Object]]
|[[TechDraw CosmeticEraser|CosmeticEraser]]
|[[TechDraw ShowAll|ShowAll]]
|[[TechDraw ShowAll|ShowAll]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Module|TechDraw]]
|IconL=techdraw-eraser.svg
|IconL=TechDraw_CosmeticEraser.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
|IconR=techdraw-showall.svg
|IconR=techdraw-showall.svg
Line 15: Line 15:
{{GuiCommand
{{GuiCommand
|Name=TechDraw DecorateLine
|Name=TechDraw DecorateLine
|MenuLocation=TechDraw → Change Appearance of Line(s)
|Icon=techdraw-linedecor.svg
|MenuLocation=TechDraw → Change Appearance of a Line
|Workbenches=[[TechDraw Module|TechDraw]]
|Workbenches=[[TechDraw Module|TechDraw]]
|SeeAlso=[[TechDraw_FaceCenterLine|Add Centerline to Face(s)]], [[TechDraw_CosmeticEraser|Remove Cosmetic Object]]
|SeeAlso=[[TechDraw FaceCenterLine|TechDraw FaceCenterLine]], [[TechDraw CosmeticEraser|TechDraw CosmeticEraser]]
|Version=0.19
|Version=0.19
}}
}}
Line 46: Line 45:
<!--T:8-->
<!--T:8-->
# Select one or more Edges in a View.
# Select one or more Edges in a View.
# Press the {{Button|[[Image:Techdraw-linedecor.svg|16px]] [[TechDraw DecorateLine|DecorateLine]]}} button
# Press the {{Button|[[Image:TechDraw_DecorateLine.svg|16px]] [[TechDraw_DecorateLine|Change Appearance of Line(s)]]}} button
# A dialog will open where you can change the color, style, thickness and visibility of the selected edges.
# A dialog will open where you can change the color, style, thickness and visibility of the selected edges.


Line 61: Line 60:
<!--T:13-->
<!--T:13-->
DecorateLine is not accessible from [[macros|macros]] or the [[Python|Python]] console at this time.
DecorateLine is not accessible from [[macros|macros]] or the [[Python|Python]] console at this time.


==Notes== <!--T:14-->


<!--T:15-->
<!--T:15-->
{{Docnav
{{Docnav
|[[TechDraw_CosmeticEraser|Remove Cosmetic Object]]
|[[TechDraw CosmeticEraser|CosmeticEraser]]
|[[TechDraw ShowAll|ShowAll]]
|[[TechDraw ShowAll|ShowAll]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Module|TechDraw]]
|IconL=techdraw-eraser.svg
|IconL=TechDraw_CosmeticEraser.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
|IconR=techdraw-showall.svg
|IconR=techdraw-showall.svg

Revision as of 15:34, 2 February 2020

TechDraw DecorateLine

Menu location
TechDraw → Change Appearance of Line(s)
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.19
See also
Add Centerline to Face(s), Remove Cosmetic Object

Description

The DecorateLine tool changes the appearance of Edges.

Sample Edges before decoration

Sample Edges after decoration


How to use

  1. Select one or more Edges in a View.
  2. Press the Change Appearance of Line(s) button
  3. A dialog will open where you can change the color, style, thickness and visibility of the selected edges.

Properties

The DecorateLine tool has no properties, as it is not a Document Object.

Scripting

See also: TechDraw API and FreeCAD Scripting Basics.

DecorateLine is not accessible from macros or the Python console at this time.