- GuiCommand: Name:TechDraw Midpoints MenuLocation:TechDraw → Add Vertices → Add Midpoints Vertices Workbenches:TechDraw Version:0.19 SeeAlso:TechDraw Cosmetic Vertex, TechDraw Quadrant Vertices
The Midpoints tool adds Cosmetic Vertices at the midpoints of one or more Edges.
*Cosmetic Vertices at midpoints of Edges*- Select one or more Edges in a View.
- Press the Add Midpoint Vertices button
- Cosmetic Vertices will be added at the mid-point(s) of the Edge(s).
To delete a Midpoint, select it and use the toolbar button Remove Cosmetic Object.
Cosmetic Vertices have no properties of their own, as they are not Document Objects. They share color and size settings with regular geometry vertices.
See also:
TechDraw API and FreeCAD Scripting Basics.
Cosmetic Vertices are not accessible from macros or the Python console at this time. This snippet will remove all Cosmetic Vertices from the View.
>>> v = App.ActiveDocument.View
>>> v.clearCV()
>>> App.activeDocument().recompute()
{{TechDraw Tools navi}}
documentation index > TechDraw > TechDraw Midpoints