View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000198 | FreeCAD | Feature | public | 2010-11-09 09:16 | 2010-11-11 20:33 |
| Reporter | wmayer | Assigned To | wmayer | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Summary | 0000198: Placement.Base.x | ||||
| Description | >>> p=App.Placement() >>> p Placement [Pos=(0,0,0), Yaw-Pitch-Roll=(0,0,0)] >>> p.Base.x 0.0 >>> p.Base.x=123. # will not work? >>> p Placement [Pos=(0,0,0), Yaw-Pitch-Roll=(0,0,0)] >>> p.Base=App.Vector(123,0,0) >>> p Placement [Pos=(123,0,0), Yaw-Pitch-Roll=(0,0,0)] >>> | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-11-09 09:16 | wmayer | New Issue | |
| 2010-11-09 09:16 | wmayer | Status | new => assigned |
| 2010-11-09 09:16 | wmayer | Assigned To | => wmayer |
| 2010-11-11 20:31 | wmayer | Note Added: 0000409 | |
| 2010-11-11 20:33 | wmayer | Note Added: 0000410 | |
| 2010-11-11 20:33 | wmayer | Status | assigned => closed |
| 2010-11-11 20:33 | wmayer | Resolution | open => fixed |
| 2010-11-11 20:33 | wmayer | Category | Bug => Feature |
FreeCAD