TechDraw CosmeticEraser: Difference between revisions

From FreeCAD Documentation
m (Changed section to 'Usage')
(Marked this version for translation)
(2 intermediate revisions by 2 users not shown)
Line 23: Line 23:


<!--T:8-->
<!--T:8-->
The CosmeticEraser tool removes cosmetic objects from the page.
The CosmeticEraser tool removes cosmetic objects from the page. Cosmetic objects are

<!--T:21-->
* [[File:TechDraw CosmeticVertex.svg|24px]] [[TechDraw_CosmeticVertex|Cosmetic Vertex]]
* [[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== <!--T:3-->
==Usage== <!--T:3-->
Line 29: Line 37:
<!--T:10-->
<!--T:10-->
# Select one or more cosmetic objects on a page.
# Select one or more cosmetic objects on a page.
# Press the {{Button|[[Image:TechDraw_CosmeticEraser.svg|16px]] [[TechDraw_CosmeticEraser|Remove Cosmetic Object]]}} 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.


Line 35: Line 43:


<!--T:20-->
<!--T:20-->
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== <!--T:6-->
==Scripting== <!--T:6-->
Line 55: Line 63:
}}
}}


<!--T:14-->
{{TechDraw Tools navi}}

<!--T:15-->
{{Userdocnavi}}
</translate>
</translate>
{{TechDraw Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 21:07, 29 March 2020

TechDraw CosmeticEraser

Menu location
TechDraw → Remove Cosmetic Object
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.19
See also
Add Cosmetic Vertex, Add Midpoint Vertices, TechDraw Quadrant

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.