|
Расположение в меню |
---|
TechDraw → Добавить Вершины → Add Midpoints Vertices |
Верстаки |
TechDraw |
Быстрые клавиши |
Нет |
Представлено в версии |
0.19 |
См. также |
Добавить вспомогательную вершину, Добавить 4-ре вершины по краям окружности |
Описание
The TechDraw Midpoints tool adds cosmetic vertices at the midpoint of one or more selected edges.
Cosmetic vertices at the midpoint of edges
Применение
- Select one or more edges in a view.
- There are several ways to invoke the tool:
- Press the
Add Midpoint Vertices button.
- Select the TechDraw → Add Vertices →
Add Midpoint Vertices option from the menu.
- Press the
Notes
- The created cosmetic vertices are not parametrically linked to the selected edges.
- To delete a cosmetic vertex select it and press Delete. introduced in 1.0
Свойства
Cosmetic vertices have no properties of their own, as they are not document objects. They share color and size settings with regular geometry vertices.
Программирование
См. так же: TechDraw API и Основы составления скриптов FreeCAD.
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()
Эта страница получена от https://wiki.freecad.org/TechDraw_Midpoints