TechDraw CosmeticEraser: Difference between revisions

From FreeCAD Documentation
No edit summary
m ([[ | ]])
Line 2: Line 2:
<translate>
<translate>
<!--T:16-->
<!--T:16-->
{{Docnav
{{Docnav|[[TechDraw_2PointCenterLine|2PointCenterLine]]|[[TechDraw DecorateLine|DecorateLine]]|[[TechDraw_Module|TechDraw]]|IconL=Techdraw-2pointcenterline.svg|IconC=Workbench_TechDraw.svg|IconR=techdraw-linedecor.svg}}
|[[TechDraw_2PointCenterLine|2PointCenterLine]]
|[[TechDraw DecorateLine|DecorateLine]]
|[[TechDraw_Module|TechDraw]]
|IconL=Techdraw-2pointcenterline.svg
|IconC=Workbench_TechDraw.svg
|IconR=techdraw-linedecor.svg
}}


<!--T:1-->
<!--T:1-->
Line 10: Line 17:
|MenuLocation=TechDraw → CosmeticEraser
|MenuLocation=TechDraw → CosmeticEraser
|Workbenches=[[TechDraw Module|TechDraw]]
|Workbenches=[[TechDraw Module|TechDraw]]
|SeeAlso=[[TechDraw CosmeticVertex]], [[TechDraw Midpoints]], [[TechDraw Quadrant]]
|SeeAlso=[[TechDraw CosmeticVertex|TechDraw CosmeticVertex]], [[TechDraw Midpoints|TechDraw Midpoints]], [[TechDraw Quadrant|TechDraw Quadrant]]
|Version=0.19
|Version=0.19
}}
}}
Line 35: Line 42:


<!--T:12-->
<!--T:12-->
{{Emphasis|See also:}} [[TechDraw API]] and [[FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[TechDraw API|TechDraw API]] and [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].


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




Line 44: Line 51:


<!--T:17-->
<!--T:17-->
{{Docnav
{{Docnav|[[TechDraw_2PointCenterLine|2PointCenterLine]]|[[TechDraw DecorateLine|DecorateLine]]|[[TechDraw_Module|TechDraw]]|IconL=Techdraw-2pointcenterline.svg|IconC=Workbench_TechDraw.svg|IconR=techdraw-linedecor.svg}}
|[[TechDraw_2PointCenterLine|2PointCenterLine]]
|[[TechDraw DecorateLine|DecorateLine]]
|[[TechDraw_Module|TechDraw]]
|IconL=Techdraw-2pointcenterline.svg
|IconC=Workbench_TechDraw.svg
|IconR=techdraw-linedecor.svg
}}


<!--T:14-->
<!--T:14-->

Revision as of 15:59, 15 October 2019

File:Techdraw-eraser.svg TechDraw CosmeticEraser

Menu location
TechDraw → CosmeticEraser
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.19
See also
TechDraw CosmeticVertex, TechDraw Midpoints, TechDraw Quadrant

Description

The CosmeticEraser tool removes cosmetic objects from the Page.

How to use

  1. Select one or more cosmetic objects on a page.
  2. Press the File:Techdraw-eraser.svg CosmeticEraser button
  3. The selected cosmetic objects will be removed.


Properties

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

Scripting

See also: TechDraw API and FreeCAD Scripting Basics.

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


Notes