Draft SetWorkingPlaneProxy

Draft SetWorkingPlaneProxy.png Draft SetWorkingPlaneProxy

Menu location
Draft → Utilities → Create WP Proxy
Workbenches
Draft, Arch
Default shortcut
None
See also
Draft SelectPlane


Description

This command will place a Proxy object in the document, placed and aligned to the current Working Plane. When using the Draft SelectPlane command with such a Proxy object selected, or by double-clicking it in the tree view, the working plane will be positioned and aligned back with the proxy object. The camera position and hidden/shown state of objects are also stored in the Proxy object, and can be restored if the corresponding properties are enabled (see below).

How to use

  1. Make sure the Working Plane is set as you want.
  2. Press Draft -> Utilities -> Draft SetWorkingPlaneProxy.png Create WP Proxy

Options

Properties

Scripting

Working plane proxy objects can easily be created in scripts and macros:

Example:

import FreeCAD,Draft
currentWP = FreeCAD.DraftWorkingPlane
Draft.makeWorkingPlaneProxy(currentWP.getPlacement()) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_SetWorkingPlaneProxy&oldid=234773"

Navigation menu