TechDraw CosmeticEraser/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav
{{Docnav
|[[TechDraw_2PointCenterLine|2PointCenterLine]]
|[[TechDraw_2PointCenterLine|Add Centerline between 2 Points]]
|[[TechDraw_DecorateLine|Change Appearance of Line(s)]]
|[[TechDraw DecorateLine|DecorateLine]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Module|TechDraw]]
|IconL=Techdraw-2pointcenterline.svg
|IconL=TechDraw_2PointCenterLine.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
|IconR=techdraw-linedecor.svg
|IconR=TechDraw_DecorateLine.svg
}}
}}


{{GuiCommand
{{GuiCommand
|Name=TechDraw CosmeticEraser
|Name=TechDraw CosmeticEraser
|MenuLocation=TechDraw → Remove Cosmetic Object
|Icon=techdraw-eraser.svg
|MenuLocation=TechDraw → CosmeticEraser
|Workbenches=[[TechDraw Module|TechDraw]]
|Workbenches=[[TechDraw Module|TechDraw]]
|SeeAlso=[[TechDraw CosmeticVertex|TechDraw CosmeticVertex]], [[TechDraw Midpoints|TechDraw Midpoints]], [[TechDraw Quadrant|TechDraw Quadrant]]
|Version=0.19
|Version=0.19
}}
}}
Line 20: Line 18:
==Description==
==Description==


The CosmeticEraser tool removes cosmetic objects from the Page.
The CosmeticEraser tool removes cosmetic objects from the page. Cosmetic objects are


* [[File:TechDraw CosmeticVertex.svg|24px]] [[TechDraw_CosmeticVertex|Cosmetic Vertex]]
==How to use==
* [[File:TechDraw Midpoints.svg|24px]] [[TechDraw_Midpoints|Midpoint Vertices]]
* [[File:TechDraw Quadrants.svg|24px]] [[TechDraw_Quadrants|Quadrant Vertices]]
* [[File:TechDraw FaceCenterLine.svg|24px]] [[TechDraw_FaceCenterLine|Centerline to Faces]]
* [[File:TechDraw 2LineCenterLine.svg|24px]] [[TechDraw_2LineCenterLine|Centerline between 2 Lines]]
* [[File:TechDraw 2PointCenterLine.svg|24px]] [[TechDraw_2PointCenterLine|Centerline between 2 Points]]

==Usage==


# Select one or more cosmetic objects on a page.
# Select one or more cosmetic objects on a page.
# Press the {{Button|[[Image:Techdraw-eraser.svg|16px]] [[TechDraw CosmeticEraser|CosmeticEraser]]}} button
# Press the toolbar button {{Button|[[Image:TechDraw_CosmeticEraser.svg|16px]] Remove Cosmetic Object}}.
# The selected cosmetic objects will be removed.
# The selected cosmetic objects will be removed.



==Properties==
==Properties==


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


==Scripting==
==Scripting==
Line 38: Line 42:


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


==Notes==


{{Docnav
{{Docnav
|[[TechDraw_2PointCenterLine|2PointCenterLine]]
|[[TechDraw_2PointCenterLine|Add Centerline between 2 Points]]
|[[TechDraw_DecorateLine|Change Appearance of Line(s)]]
|[[TechDraw DecorateLine|DecorateLine]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Module|TechDraw]]
|IconL=Techdraw-2pointcenterline.svg
|IconL=TechDraw_2PointCenterLine.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
|IconR=techdraw-linedecor.svg
|IconR=TechDraw_DecorateLine.svg
}}
}}


{{TechDraw Tools navi}}
{{TechDraw Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

{{Userdocnavi}}
{{clear}}
{{clear}}

Revision as of 20:19, 6 April 2020

TechDraw CosmeticEraser

Menu location
TechDraw → Remove Cosmetic Object
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.19
See also
None

Description

The CosmeticEraser tool removes cosmetic objects from the page. Cosmetic objects are

Usage

  1. Select one or more cosmetic objects on a page.
  2. Press the toolbar button Remove Cosmetic Object.
  3. The selected cosmetic objects will be removed.

Properties

The CosmeticEraser tool has no properties, as it is no document object.

Scripting

See also: TechDraw API and FreeCAD Scripting Basics.

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