|
|
| Расположение в меню |
|---|
| Вид → Видимость → Откл/вкл выделяемость |
| Верстаки |
| All |
| Быстрые клавиши |
| Нет |
| Представлено в версии |
| - |
| См. также |
| Нет |
Описание
The Std ToggleSelectability command toggles the selectability of objects in 3D Views.
Применение
- Select one or more objects.
- There are several ways to invoke the command:
- Select the View → Visibility →
Toggle Selectability option from the menu.
- Select the
Toggle Selectability option from the Tree View context menu or 3D View context menu.
- Select the View → Visibility →
Примечания
- The selectability of an object can also be changed through its related ДанныеSelectable property in the Property View.
Scripting
Смотрите так же: Основы составления скриптов в FreeCAD.
The Selectable property of an object determines its selectability.
import FreeCADGui
obj = FreeCADGui.ActiveDocument.myObjectName
obj.Selectable = not obj.Selectable
Эта страница получена от https://wiki.freecad.org/Std_ToggleSelectability