|
|
| Расположение в меню |
|---|
| TechDraw → ShowAll |
| Верстаки |
| TechDraw |
| Быстрые клавиши |
| Нет |
| Представлено в версии |
| 0.19 |
| См. также |
| Изменить внешний вид линий |
Описание
The TechDraw ShowAll tool is intended to temporarily show, and then hide, invisible lines in a View. Lines can be made invisible with the TechDraw DecorateLine tool. Note that "invisible" is a cosmetic state, not to be confused with hidden lines which are geometric constructs.
Применение
- Select a View with invisible lines on a Page or in the Tree View.
- There are several ways to invoke the tool:
- Press the
Toggle Edge Visibility button.
- Select the TechDraw → Add Lines →
Toggle Edge Visibility option from the menu.
- Press the
- All invisible lines in the View are either shown or hidden.
Notes
- To make invisible lines permanently visible use
TechDraw DecorateLine.
Программирование
См. так же: TechDraw API и Основы составления скриптов FreeCAD.
The effect of the ShowAll tool can be duplicated in macros or the Python Console.
v = App.ActiveDocument.View
vvo = v.ViewObject
vvo.ShowAllEdges = True
App.ActiveDocument.recompute()
Эта страница получена от https://wiki.freecad.org/TechDraw_ShowAll