Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Compatibilty

WandererFan edited this page Feb 7, 2016 · 5 revisions

The TechDraw Python API is not consistent with the Drawing API. For details, see:
Python API
Macro Conversion

Draft module addDraftView function does not work with TechDraw. The TechDraw::DrawViewDraft object provides some of this functionality. New Draft/Arch functions to provide full functionality are planned.

A partial solution to converting Drawing module pages to TechDraw pages is provided by moveViews.py.

Some Drawing templates use SVG constructs that TechDraw can not handle yet. This is primarily related to the use of "transform=translate" clauses to determine the position of editable fields on the sheet.

Clone this wiki locally