Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.4 KB

TechDraw_MoveView.md

File metadata and controls

48 lines (29 loc) · 1.4 KB

  • GuiCommand: Name:TechDraw MoveView MenuLocation:TechDraw → Move View Workbenches:TechDraw Version:0.20 SeeAlso: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 → 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:

TechDraw API 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