View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001819 | FreeCAD | Feature | public | 2014-11-07 16:09 | 2014-12-29 22:00 |
Reporter | microelly2 | Assigned To | wmayer | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Summary | 0001819: Getter Methods for Data inside a sketch | ||||
Description | It should be possible to get the Value of a constraint App.ActiveDocument.Sketch.setDatum(10,App.Units.Quantity('-64.688800 mm')) App.ActiveDocument.Sketch.getDatum(10) App.ActiveDocument.Sketch.getDatum(nameOfConstraint) and the positions of a point App.ActiveDocument.Sketch.movePoint(0,2,App.Vector(-86.557251,-10.737813,0),0) App.ActiveDocument.Sketch.movePoint(0,1,App.Vector(27.106438,30.903950,0),0) App.ActiveDocument.Sketch.movePoint(0,0,App.Vector(-13.880585,15.190081,0),1) App.ActiveDocument.Sketch.getPoint(0,2) --> Vector(1,2,3) App.ActiveDocument.Sketch.getPoint(0,1) App.ActiveDocument.Sketch.getPoint(0,0) | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-11-07 16:09 | microelly2 | New Issue | |
2014-11-07 16:29 | shoogen | Note Added: 0005286 | |
2014-11-07 16:29 | shoogen | Severity | minor => feature |
2014-11-07 16:29 | shoogen | Reproducibility | have not tried => N/A |
2014-12-29 22:00 | wmayer | Changeset attached | => FreeCAD Master master f51daa88 |
2014-12-29 22:00 | wmayer | Assigned To | => wmayer |
2014-12-29 22:00 | wmayer | Status | new => closed |
2014-12-29 22:00 | wmayer | Resolution | open => fixed |