Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.34 KB

TechDraw_MoveView.md

File metadata and controls

45 lines (28 loc) · 1.34 KB
GuiCommand
Name MenuLocation Workbenches Version SeeAlso
TechDraw MoveView
TechDraw , TechDraw Views , Move View
TechDraw_Workbench
0.2
TechDraw_ShareView

TechDraw MoveView

Description

The TechDraw MoveView tool moves a View and all its dependents (Balloons, Dimensions, etc) to a different Page.

Usage

  1. Optionally select a View, a from Page and a to Page. The pages must be selected in that order.
  2. There are several ways to invoke the tool:
    • Press the Move View button.
    • Select the TechDraw → TechDraw Views → Move View option from the menu.
  3. A dialog will open to allow you to select a View, from Page and to Page.
  4. Press the OK button.

Scripting

See also: Autogenerated API documentation and FreeCAD Scripting Basics.

The MoveView tool can be used in macros and from the Python console by using the following functions:

import TechDrawTools
TechDrawTools.MoveView(viewName, fromPageName, toPageName)

{{TechDraw Tools navi}}


documentation index > TechDraw > TechDraw MoveView