View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000116 | FreeCAD | Feature | public | 2010-06-29 12:22 | 2010-07-26 19:25 |
| Reporter | yorik | Assigned To | yorik | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.11 | Fixed in Version | 0.11 | ||
| Summary | 0000116: make an API for the Draft module | ||||
| Description | This is not so important because the Draft module actually only uses the Part API, but I think it would be nice for people to have a couple of simple makeLine, makeRectangle, etc... functions to use in macros. With the switch of the Draft module to parametric, this will be easy. Then, need to build a good documentation! | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
|
This is now done. The Draft functions that can be useful to scriptwriters are now gathered in the Draft module itself, while Gui-specific stuff has been moved to another file. So, by doing "import Draft", a script writer now has a clear access to most of the Draft functionality. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-06-29 12:22 | yorik | New Issue | |
| 2010-06-29 12:22 | yorik | Status | new => assigned |
| 2010-06-29 12:22 | yorik | Assigned To | => yorik |
| 2010-07-26 19:25 | yorik | Note Added: 0000279 | |
| 2010-07-26 19:25 | yorik | Status | assigned => closed |
| 2010-07-26 19:25 | yorik | Resolution | open => fixed |
| 2010-07-26 19:25 | yorik | Fixed in Version | => 0.11 |
FreeCAD