|
Menu location |
---|
Draft → Utilities → Create WP Proxy |
Workbenches |
Draft, Arch |
Default shortcut |
None |
See also |
Draft SelectPlane |
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, the working plane will be positioned and aligned back with the proxy object.
Working plane proxy objects can easily be created in scripts and macros:
Example:
import FreeCAD,Draft currentWP = FreeCAD.DraftWorkingPlane Draft.makeWorkingPlaneProxy(currentWP.getPlacement())